#059382

Color #059382 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #059382

Tints of Dark Cyan #059382

Color information

#059382 (or 0x059382) is unknown color: approx Dark Cyan. HEX triplet: 05, 93 and 82. RGB value is (5,147,130). Sum of RGB (Red+Green+Blue) = 5+147+130=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #059382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059382 is #FA6C7D. Grayscale: #666666. Windows color (decimal): -16411774 or 8557317. OLE color: 8557317.

HSL color Cylindrical-coordinate representation of color #059382: hue angle of 172.82º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059382 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB5147130-
CMYK0.9700.120.42
HSL172.82º93.42%29.8%-
HSV(B)172.82º96.6%57.65%-
XYZ14.5322.5124.7-
YUV102.6143.4658.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 147 (57.81% from 255) = 52.13%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=1.77%
G=52.13%
B=46.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471300.9700.120.42172.8293.4229.8
Hex59382610C2Aad5d1e
Octal52232021410145225513536
Binary101100100111000001011000010110010101010101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059382; }

 p { color: rgb(5,147,130); }

 H1.HeaderClassName
 {
   color: #059382;
 }
 .AnyTagClassName
 {
   color: #059382;
 }
</style>
background-color css

<style>
 a { background-color: #059382; }

 a { background-color: rgb(5,147,130); }

 div.DivClassName
 {
   background-color: #059382;
 }
 .BgClassName
 {
   background-color: #059382;
 }
</style>
border-color css

<style>
 span { border-color: #059382; }

 span { border-color: rgb(5,147,130); }

 td.TdClassName
 {
   border-color: #059382;
 }
 .TagClassName
 {
   border-color: #059382;
 }
</style>