Color Hex Logo

#575cbb Color Hex

#575CBB
(87,92,187)
0 Favorites   0 Comments

Color spaces of #575cbb

RGB 8792187
HSL0.660.420.54
HSV237°53°73°
CMYK 0.530.510.00   0.27
XYZ16.727313.268448.6931
Yxy13.26840.21260.1686
Hunter Lab36.425818.2248-53.7593
CIE-Lab43.164925.1774-50.9355

#575cbb color RGB value is (87,92,187).

#575cbb hex color red value is 87, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #575cbb hue: 0.66 , saturation: 0.42 and the lightness value of 575cbb is 0.54.

The process color (four color CMYK) of #575cbb color hex is 0.53, 0.51, 0.00, 0.27. Web safe color of #575cbb is #6666cc. Color #575cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 10111011
Octal 127 134 273
Decimal 87 92 187
Hex 57 5C BB

RGB Percentages of Color #575cbb

%23.77
%25.14
%51.09

CMYK Percentages of Color #575cbb

%53
%51
%0
%27

Triadic Colors of #575cbb

#575cbb #bb575c #5cbb57

Analogous Colors of #575cbb

#575cbb #8457bb #578ebb

Monochromatic Colors of #575cbb

#575cbb

Complementary Color

#575cbb #bbb657

#575cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#575cbb Color CSS Codes

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

#575cbb Text Font Color

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

This sample text font color is #575cbb
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.


#575cbb Background Color

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

This div background color is #575cbb


#575cbb Border Color

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

This div border color is #575cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575cbb


Comments

No comments written yet.

Please login to write comment.