Color Hex Logo

#5d6dcb Color Hex

#5D6DCB
(93,109,203)
0 Favorites   0 Comments

Color spaces of #5d6dcb

RGB 93109203
HSL0.640.510.58
HSV231°54°80°
CMYK 0.540.460.00   0.20
XYZ20.762317.576258.7982
Yxy17.57620.21370.1809
Hunter Lab41.924015.0328-53.8072
CIE-Lab48.978021.0490-50.8353

#5d6dcb color RGB value is (93,109,203).

#5d6dcb hex color red value is 93, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5d6dcb hue: 0.64 , saturation: 0.51 and the lightness value of 5d6dcb is 0.58.

The process color (four color CMYK) of #5d6dcb color hex is 0.54, 0.46, 0.00, 0.20. Web safe color of #5d6dcb is #6666cc. Color #5d6dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01101101 11001011
Octal 135 155 313
Decimal 93 109 203
Hex 5D 6D CB

RGB Percentages of Color #5d6dcb

%22.96
%26.91
%50.12

CMYK Percentages of Color #5d6dcb

%54
%46
%0
%20

Triadic Colors of #5d6dcb

#5d6dcb #cb5d6d #6dcb5d

Analogous Colors of #5d6dcb

#5d6dcb #845dcb #5da4cb

Monochromatic Colors of #5d6dcb

#5d6dcb

Complementary Color

#5d6dcb #cbbb5d

#5d6dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d6dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d6dcb Color CSS Codes

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

#5d6dcb Text Font Color

<p style="color:#5d6dcb">Text here</p>

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


#5d6dcb Background Color

<div style="background-color:#5d6dcb">
Div content here</div>

This div background color is #5d6dcb


#5d6dcb Border Color

<div style="border:3px solid #5d6dcb">
Div here</div>

This div border color is #5d6dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,109,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d6dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d6dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #5d6dcb;
  box-shadow:         1px 1px 3px 2px #5d6dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,109,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 #5d6dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d6dcb


Comments

No comments written yet.

Please login to write comment.