Color Hex Logo

#05556b Color Hex

#05556B
(5,85,107)
0 Favorites   0 Comments

Color spaces of #05556b

RGB 585107
HSL0.540.910.22
HSV193°95°42°
CMYK 0.950.210.00   0.58
XYZ5.96497.590815.0607
Yxy7.59080.20840.2653
Hunter Lab27.5514-9.5696-13.1243
CIE-Lab33.1157-13.0086-18.7505

#05556b color RGB value is (5,85,107).

#05556b hex color red value is 5, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #05556b hue: 0.54 , saturation: 0.91 and the lightness value of 05556b is 0.22.

The process color (four color CMYK) of #05556b color hex is 0.95, 0.21, 0.00, 0.58. Web safe color of #05556b is #006666. Color #05556b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010101 01101011
Octal 5 125 153
Decimal 5 85 107
Hex 5 55 6B

RGB Percentages of Color #05556b

%2.54
%43.15
%54.31

CMYK Percentages of Color #05556b

%95
%21
%0
%58

Triadic Colors of #05556b

#05556b #6b0555 #556b05

Analogous Colors of #05556b

#05556b #05226b #056b4e

Monochromatic Colors of #05556b

#05556b

Complementary Color

#05556b #6b1b05

#05556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05556b Color CSS Codes

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

#05556b Text Font Color

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

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


#05556b Background Color

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

This div background color is #05556b


#05556b Border Color

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

This div border color is #05556b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05556b


Comments

No comments written yet.

Please login to write comment.