#059582

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

Shades of Dark Cyan #059582

Tints of Dark Cyan #059582

Color information

#059582 (or 0x059582) is unknown color: approx Dark Cyan. HEX triplet: 05, 95 and 82. RGB value is (5,149,130). Sum of RGB (Red+Green+Blue) = 5+149+130=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #059582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059582 is #FA6A7D. Grayscale: #676767. Windows color (decimal): -16411262 or 8557829. OLE color: 8557829.

HSL color Cylindrical-coordinate representation of color #059582: hue angle of 172.08º degrees, saturation: 0.94, 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 #059582 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB5149130-
CMYK0.9700.130.42
HSL172.08º93.51%30.2%-
HSV(B)172.08º96.64%58.43%-
XYZ14.8423.1424.8-
YUV103.78142.7957.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=1.76%
G=52.46%
B=45.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51491300.9700.130.42172.0893.5130.2
Hex59582610D2Aac5e1e
Octal52252021410155225413636
Binary101100101011000001011000010110110101010101100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059582; }

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

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

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

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

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

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

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

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