Color Hex Logo

#05825d Color Hex

#05825D
(5,130,93)
0 Favorites   0 Comments

Color spaces of #05825d

RGB 513093
HSL0.450.930.26
HSV162°96°51°
CMYK 0.960.000.28   0.49
XYZ10.021016.787813.0681
Yxy16.78780.25130.4210
Hunter Lab40.9729-28.04589.7708
CIE-Lab47.9915-39.617811.6764

#05825d color RGB value is (5,130,93).

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

The process color (four color CMYK) of #05825d color hex is 0.96, 0.00, 0.28, 0.49. Web safe color of #05825d is #009966. Color #05825d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000010 01011101
Octal 5 202 135
Decimal 5 130 93
Hex 5 82 5D

RGB Percentages of Color #05825d

%2.19
%57.02
%40.79

CMYK Percentages of Color #05825d

%96
%0
%28
%49

Triadic Colors of #05825d

#05825d #5d0582 #825d05

Analogous Colors of #05825d

#05825d #056982 #05821f

Monochromatic Colors of #05825d

#05825d

Complementary Color

#05825d #82052a

#05825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05825d Color CSS Codes

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

#05825d Text Font Color

<p style="color:#05825d">Text here</p>

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


#05825d Background Color

<div style="background-color:#05825d">
Div content here</div>

This div background color is #05825d


#05825d Border Color

<div style="border:3px solid #05825d">
Div here</div>

This div border color is #05825d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,130,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05825d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05825d;
  -webkit-box-shadow: 1px 1px 3px 2px #05825d;
  box-shadow:         1px 1px 3px 2px #05825d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05825d


Comments

No comments written yet.

Please login to write comment.