Color Hex Logo

#5d5dbb Color Hex

#5D5DBB
(93,93,187)
0 Favorites   0 Comments

Color spaces of #5d5dbb

RGB 9393187
HSL0.670.410.55
HSV240°50°73°
CMYK 0.500.500.00   0.27
XYZ17.398213.743748.7495
Yxy13.74370.21780.1720
Hunter Lab37.072518.8936-52.0143
CIE-Lab43.863125.8650-49.7908

#5d5dbb color RGB value is (93,93,187).

#5d5dbb hex color red value is 93, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5d5dbb hue: 0.67 , saturation: 0.41 and the lightness value of 5d5dbb is 0.55.

The process color (four color CMYK) of #5d5dbb color hex is 0.50, 0.50, 0.00, 0.27. Web safe color of #5d5dbb is #6666cc. Color #5d5dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01011101 10111011
Octal 135 135 273
Decimal 93 93 187
Hex 5D 5D BB

RGB Percentages of Color #5d5dbb

%24.93
%24.93
%50.13

CMYK Percentages of Color #5d5dbb

%50
%50
%0
%27

Triadic Colors of #5d5dbb

#5d5dbb #bb5d5d #5dbb5d

Analogous Colors of #5d5dbb

#5d5dbb #8c5dbb #5d8cbb

Monochromatic Colors of #5d5dbb

#5d5dbb

Complementary Color

#5d5dbb #bbbb5d

#5d5dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d5dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d5dbb Color CSS Codes

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

#5d5dbb Text Font Color

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

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


#5d5dbb Background Color

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

This div background color is #5d5dbb


#5d5dbb Border Color

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

This div border color is #5d5dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d5dbb


Comments

No comments written yet.

Please login to write comment.