Color Hex Logo

#5755cb Color Hex

#5755CB
(87,85,203)
0 Favorites   0 Comments

Color spaces of #5755cb

RGB 8785203
HSL0.670.530.56
HSV241°58°80°
CMYK 0.570.580.00   0.20
XYZ17.958512.835058.0308
Yxy12.83500.20220.1445
Hunter Lab35.826026.7813-70.9596
CIE-Lab42.513634.6973-61.2692

#5755cb color RGB value is (87,85,203).

#5755cb hex color red value is 87, green value is 85 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5755cb hue: 0.67 , saturation: 0.53 and the lightness value of 5755cb is 0.56.

The process color (four color CMYK) of #5755cb color hex is 0.57, 0.58, 0.00, 0.20. Web safe color of #5755cb is #6666cc. Color #5755cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 11001011
Octal 127 125 313
Decimal 87 85 203
Hex 57 55 CB

RGB Percentages of Color #5755cb

%23.20
%22.67
%54.13

CMYK Percentages of Color #5755cb

%57
%58
%0
%20

Triadic Colors of #5755cb

#5755cb #cb5755 #55cb57

Analogous Colors of #5755cb

#5755cb #9255cb #558ecb

Monochromatic Colors of #5755cb

#5755cb

Complementary Color

#5755cb #c9cb55

#5755cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5755cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5755cb Color CSS Codes

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

#5755cb Text Font Color

<p style="color:#5755cb">Text here</p>

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


#5755cb Background Color

<div style="background-color:#5755cb">
Div content here</div>

This div background color is #5755cb


#5755cb Border Color

<div style="border:3px solid #5755cb">
Div here</div>

This div border color is #5755cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,85,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5755cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5755cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5755cb;
  box-shadow:         1px 1px 3px 2px #5755cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5755cb


Comments

No comments written yet.

Please login to write comment.