Color Hex Logo

#55689b Color Hex

#55689B
(85,104,155)
0 Favorites   0 Comments

Color spaces of #55689b

RGB 85104155
HSL0.620.290.47
HSV224°45°61°
CMYK 0.450.330.00   0.39
XYZ14.613014.198532.9807
Yxy14.19850.23650.2298
Hunter Lab37.68093.2824-25.5177
CIE-Lab44.51637.0114-29.9783

#55689b color RGB value is (85,104,155).

#55689b hex color red value is 85, green value is 104 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #55689b hue: 0.62 , saturation: 0.29 and the lightness value of 55689b is 0.47.

The process color (four color CMYK) of #55689b color hex is 0.45, 0.33, 0.00, 0.39. Web safe color of #55689b is #666699. Color #55689b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 10011011
Octal 125 150 233
Decimal 85 104 155
Hex 55 68 9B

RGB Percentages of Color #55689b

%24.71
%30.23
%45.06

CMYK Percentages of Color #55689b

%45
%33
%0
%39

Triadic Colors of #55689b

#55689b #9b5568 #689b55

Analogous Colors of #55689b

#55689b #65559b #558b9b

Monochromatic Colors of #55689b

#55689b

Complementary Color

#55689b #9b8855

#55689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55689b Color CSS Codes

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

#55689b Text Font Color

<p style="color:#55689b">Text here</p>

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


#55689b Background Color

<div style="background-color:#55689b">
Div content here</div>

This div background color is #55689b


#55689b Border Color

<div style="border:3px solid #55689b">
Div here</div>

This div border color is #55689b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,104,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55689b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55689b;
  -webkit-box-shadow: 1px 1px 3px 2px #55689b;
  box-shadow:         1px 1px 3px 2px #55689b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,104,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 #55689b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55689b


Comments

No comments written yet.

Please login to write comment.