Color Hex Logo

#05634b Color Hex

#05634B
(5,99,75)
0 Favorites   0 Comments

Color spaces of #05634b

RGB 59975
HSL0.460.900.20
HSV165°95°39°
CMYK 0.950.000.24   0.61
XYZ5.79449.46398.1779
Yxy9.46390.24720.4038
Hunter Lab30.7635-20.21505.7733
CIE-Lab36.8625-31.07026.7589

#05634b color RGB value is (5,99,75).

#05634b hex color red value is 5, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #05634b hue: 0.46 , saturation: 0.90 and the lightness value of 05634b is 0.20.

The process color (four color CMYK) of #05634b color hex is 0.95, 0.00, 0.24, 0.61. Web safe color of #05634b is #006633. Color #05634b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100011 01001011
Octal 5 143 113
Decimal 5 99 75
Hex 5 63 4B

RGB Percentages of Color #05634b

%2.79
%55.31
%41.90

CMYK Percentages of Color #05634b

%95
%0
%24
%61

Triadic Colors of #05634b

#05634b #4b0563 #634b05

Analogous Colors of #05634b

#05634b #054c63 #05631c

Monochromatic Colors of #05634b

#05634b

Complementary Color

#05634b #63051d

#05634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05634b Color CSS Codes

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

#05634b Text Font Color

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

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


#05634b Background Color

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

This div background color is #05634b


#05634b Border Color

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

This div border color is #05634b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,99,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 #05634b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05634b


Comments

No comments written yet.

Please login to write comment.