#5050ab color space conversions
Hex:
        #5050ab
        RGB:
        80, 80, 171
        CMY:
        69, 69, 33
        CMYK:
        53, 53, 0, 33
      HSL:
        240°, 36.2550%, 49.2157%
        HSV (HSB):
        240°, 53.2164%, 67.0588%
        XYZ:
        13.5276, 10.3831, 39.8192
        xyY:
        0.2123, 0.1629, 10.3831
      CIE-Lab:
        38.5213, 26.0485, -49.0212
        CIE-LCH:
        38.5213, 55.5122, 297.9849
        CIE-Luv:
        38.5213, -5.2242, -72.4561
        Hunter-Lab:
        32.2228, 18.5472, -50.7116
      #5050ab color charts
#5050ab RGB chart
      #5050ab CMYK chart
      #5050ab RGB pie chart
      #5050ab color shades, tints & tones
#5050ab color schemes
#5050ab color preview, HTML & CSS examples
           This text has a color of #5050ab        
        
          <p style="color:#5050ab;">Text here</p>
        
        
          .mytext {color:#5050ab;}
        
        Text color #5050ab
      
           This box has a color of #5050ab        
        
          <div style="background-color:#5050ab;">Content here</div>
        
        
          .mybackground {background-color:#5050ab;}
        
        Background color #5050ab
      
           Border around this has a color of #5050ab        
        
          <div style="border:2px solid #5050ab;">Content here</div>
        
        
          .myborder {border:2px solid #5050ab;}
        
        Border color #5050ab