Color Hex Logo

#55699a Color Hex

#55699A
(85,105,154)
0 Favorites   0 Comments

Color spaces of #55699a

RGB 85105154
HSL0.620.290.47
HSV223°45°60°
CMYK 0.450.320.00   0.40
XYZ14.630614.367532.5739
Yxy14.36750.23760.2333
Hunter Lab37.90452.5656-24.4188
CIE-Lab44.75546.0881-29.0114

#55699a color RGB value is (85,105,154).

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

The process color (four color CMYK) of #55699a color hex is 0.45, 0.32, 0.00, 0.40. Web safe color of #55699a is #666699. Color #55699a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101001 10011010
Octal 125 151 232
Decimal 85 105 154
Hex 55 69 9A

RGB Percentages of Color #55699a

%24.71
%30.52
%44.77

CMYK Percentages of Color #55699a

%45
%32
%0
%40

Triadic Colors of #55699a

#55699a #9a5569 #699a55

Analogous Colors of #55699a

#55699a #63559a #558c9a

Monochromatic Colors of #55699a

#55699a

Complementary Color

#55699a #9a8655

#55699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55699a Color CSS Codes

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

#55699a Text Font Color

<p style="color:#55699a">Text here</p>

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


#55699a Background Color

<div style="background-color:#55699a">
Div content here</div>

This div background color is #55699a


#55699a Border Color

<div style="border:3px solid #55699a">
Div here</div>

This div border color is #55699a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,105,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55699a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55699a;
  -webkit-box-shadow: 1px 1px 3px 2px #55699a;
  box-shadow:         1px 1px 3px 2px #55699a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55699a


Comments

No comments written yet.

Please login to write comment.