Color Hex Logo

#5d899b Color Hex

#5D899B
(93,137,155)
0 Favorites   0 Comments

Color spaces of #5d899b

RGB 93137155
HSL0.550.250.49
HSV197°40°61°
CMYK 0.400.120.00   0.39
XYZ19.376322.585034.3485
Yxy22.58500.25390.2960
Hunter Lab47.5237-10.3886-9.5862
CIE-Lab54.6423-10.2216-14.3514

#5d899b color RGB value is (93,137,155).

#5d899b hex color red value is 93, green value is 137 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5d899b hue: 0.55 , saturation: 0.25 and the lightness value of 5d899b is 0.49.

The process color (four color CMYK) of #5d899b color hex is 0.40, 0.12, 0.00, 0.39. Web safe color of #5d899b is #669999. Color #5d899b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10001001 10011011
Octal 135 211 233
Decimal 93 137 155
Hex 5D 89 9B

RGB Percentages of Color #5d899b

%24.16
%35.58
%40.26

CMYK Percentages of Color #5d899b

%40
%12
%0
%39

Triadic Colors of #5d899b

#5d899b #9b5d89 #899b5d

Analogous Colors of #5d899b

#5d899b #5d6a9b #5d9b8e

Monochromatic Colors of #5d899b

#5d899b

Complementary Color

#5d899b #9b6f5d

#5d899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d899b Color CSS Codes

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

#5d899b Text Font Color

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

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


#5d899b Background Color

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

This div background color is #5d899b


#5d899b Border Color

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

This div border color is #5d899b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,137,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d899b


Comments

No comments written yet.

Please login to write comment.