Color Hex Logo

#55607a Color Hex

#55607A
(85,96,122)
0 Favorites   0 Comments

Color spaces of #55607a

RGB 8596122
HSL0.620.180.41
HSV222°30°48°
CMYK 0.300.210.00   0.52
XYZ11.442011.702220.0680
Yxy11.70220.26480.2708
Hunter Lab34.2085-0.1604-10.8358
CIE-Lab40.73882.3190-15.9925

#55607a color RGB value is (85,96,122).

#55607a hex color red value is 85, green value is 96 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #55607a hue: 0.62 , saturation: 0.18 and the lightness value of 55607a is 0.41.

The process color (four color CMYK) of #55607a color hex is 0.30, 0.21, 0.00, 0.52. Web safe color of #55607a is #666666. Color #55607a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100000 01111010
Octal 125 140 172
Decimal 85 96 122
Hex 55 60 7A

RGB Percentages of Color #55607a

%28.05
%31.68
%40.26

CMYK Percentages of Color #55607a

%30
%21
%0
%52

Triadic Colors of #55607a

#55607a #7a5560 #607a55

Analogous Colors of #55607a

#55607a #5d557a #55737a

Monochromatic Colors of #55607a

#55607a

Complementary Color

#55607a #7a6f55

#55607a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55607a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55607a Color CSS Codes

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

#55607a Text Font Color

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

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


#55607a Background Color

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

This div background color is #55607a


#55607a Border Color

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

This div border color is #55607a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55607a


Comments

No comments written yet.

Please login to write comment.