Color Hex Logo

#05815b Color Hex

#05815B
(5,129,91)
0 Favorites   0 Comments

Color spaces of #05815b

RGB 512991
HSL0.450.930.26
HSV162°96°51°
CMYK 0.960.000.29   0.49
XYZ9.801216.488112.5635
Yxy16.48810.25230.4244
Hunter Lab40.6055-27.974110.0793
CIE-Lab47.6085-39.706412.3024

#05815b color RGB value is (5,129,91).

#05815b hex color red value is 5, green value is 129 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #05815b hue: 0.45 , saturation: 0.93 and the lightness value of 05815b is 0.26.

The process color (four color CMYK) of #05815b color hex is 0.96, 0.00, 0.29, 0.49. Web safe color of #05815b is #009966. Color #05815b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000001 01011011
Octal 5 201 133
Decimal 5 129 91
Hex 5 81 5B

RGB Percentages of Color #05815b

%2.22
%57.33
%40.44

CMYK Percentages of Color #05815b

%96
%0
%29
%49

Triadic Colors of #05815b

#05815b #5b0581 #815b05

Analogous Colors of #05815b

#05815b #056981 #05811d

Monochromatic Colors of #05815b

#05815b

Complementary Color

#05815b #81052b

#05815b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05815b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05815b Color CSS Codes

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

#05815b Text Font Color

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

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


#05815b Background Color

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

This div background color is #05815b


#05815b Border Color

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

This div border color is #05815b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05815b


Comments

No comments written yet.

Please login to write comment.