color codes Logo

#05924b color codes

#05924B
(5,146,75)
0 Favorites   0 Comments

Color spaces of #05924b

RGB 514675
HSL0.420.930.30
HSV150°97°57°
CMYK 0.970.000.49   0.43
XYZ11.611521.098010.1170
Yxy21.09800.27110.4926
Hunter Lab45.9326-35.258219.0937
CIE-Lab53.0566-49.561628.4772

#05924b color RGB value is (5,146,75).

#05924b hex color red value is 5, green value is 146 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #05924b hue: 0.42 , saturation: 0.93 and the lightness value of 05924b is 0.30.

The process color (four color CMYK) of #05924b color code is 0.97, 0.00, 0.49, 0.43. Web safe color of #05924b is #009933. Color #05924b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010010 01001011
Octal 5 222 113
Decimal 5 146 75
Hex 5 92 4B

RGB Percentages of Color #05924b

%2.21
%64.60
%33.19

CMYK Percentages of Color #05924b

%97
%0
%49
%43

Triadic Colors of #05924b

#05924b #4b0592 #924b05

Analogous Colors of #05924b

#05924b #059292 #069205

Monochromatic Colors of #05924b

#05924b

Complementary Color

#05924b #92054c

#05924b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05924b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05924b Color CSS Codes

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

#05924b Text Font Color

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

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


#05924b Background Color

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

This div background color is #05924b


#05924b Border Color

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

This div border color is #05924b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05924b


Comments

No comments written yet.

Please login to write comment.