Color Hex Logo

#575bab Color Hex

#575BAB
(87,91,171)
0 Favorites   0 Comments

Color spaces of #575bab

RGB 8791171
HSL0.660.330.51
HSV237°49°67°
CMYK 0.490.470.00   0.33
XYZ15.022312.448740.1392
Yxy12.44870.22220.1841
Hunter Lab35.282714.2551-42.7531
CIE-Lab41.920520.6777-43.5426

#575bab color RGB value is (87,91,171).

#575bab hex color red value is 87, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #575bab hue: 0.66 , saturation: 0.33 and the lightness value of 575bab is 0.51.

The process color (four color CMYK) of #575bab color hex is 0.49, 0.47, 0.00, 0.33. Web safe color of #575bab is #666699. Color #575bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011011 10101011
Octal 127 133 253
Decimal 87 91 171
Hex 57 5B AB

RGB Percentages of Color #575bab

%24.93
%26.07
%49.00

CMYK Percentages of Color #575bab

%49
%47
%0
%33

Triadic Colors of #575bab

#575bab #ab575b #5bab57

Analogous Colors of #575bab

#575bab #7d57ab #5785ab

Monochromatic Colors of #575bab

#575bab

Complementary Color

#575bab #aba757

#575bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#575bab Color CSS Codes

.mybgcolor {background-color:#575bab; } 
.myforecolor {color:#575bab; }
.mybordercolor {border:3px solid #575bab; }

#575bab Text Font Color

<p style="color:#575bab">Text here</p>

This sample text font color is #575bab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#575bab Background Color

<div style="background-color:#575bab">
Div content here</div>

This div background color is #575bab


#575bab Border Color

<div style="border:3px solid #575bab">
Div here</div>

This div border color is #575bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,91,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575bab;
  -webkit-box-shadow: 1px 1px 3px 2px #575bab;
  box-shadow:         1px 1px 3px 2px #575bab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,91,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #575bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #575bab;
  -webkit-box-shadow: 1px 1px 3px 2px #575bab;
  box-shadow:         1px 1px 3px 2px #575bab;">
Div content here</div>

This div box has shadow with color #575bab


Comments

No comments written yet.

Please login to write comment.