Color Hex Logo

#575fbb Color Hex

#575FBB
(87,95,187)
0 Favorites   0 Comments

Color spaces of #575fbb

RGB 8795187
HSL0.650.420.54
HSV235°53°73°
CMYK 0.530.490.00   0.27
XYZ16.992313.798548.7815
Yxy13.79850.21350.1734
Hunter Lab37.146316.6474-51.8587
CIE-Lab43.942623.2973-49.6873

#575fbb color RGB value is (87,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011111 10111011
Octal 127 137 273
Decimal 87 95 187
Hex 57 5F BB

RGB Percentages of Color #575fbb

%23.58
%25.75
%50.68

CMYK Percentages of Color #575fbb

%53
%49
%0
%27

Triadic Colors of #575fbb

#575fbb #bb575f #5fbb57

Analogous Colors of #575fbb

#575fbb #8157bb #5791bb

Monochromatic Colors of #575fbb

#575fbb

Complementary Color

#575fbb #bbb357

#575fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#575fbb Color CSS Codes

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

#575fbb Text Font Color

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

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


#575fbb Background Color

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

This div background color is #575fbb


#575fbb Border Color

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

This div border color is #575fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,95,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 #575fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575fbb


Comments

No comments written yet.

Please login to write comment.