Shades of Dark Cyan #059584
Tints of Dark Cyan #059584
RGB
CMYK
RGB Variations
Color information
#059584 (or 0x059584) is known color: Dark Cyan. HEX triplet: 05, 95 and 84. RGB value is (5,149,132). Sum of RGB (Red+Green+Blue) = 5+149+132=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #059584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059584 is #FA6A7B. Grayscale: #676767. Windows color (decimal): -16411260 or 8688901. OLE color: 8688901.
HSL color Cylindrical-coordinate representation of color #059584: hue angle of 172.92º 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 #059584 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 132 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.42 |
| HSL | 172.92º | 0.94% | 0.3% | - |
| HSV(B) | 172.92º | 0.97% | 0.58% | - |
| XYZ | 14.97 | 23.19 | 25.52 | - |
| YUV | 104.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 132 | 0.97 | 0 | 0.11 | 0.42 | 172.92 | 0.94 | 0.3 |
| Hex | 5 | 95 | 84 | 61 | 0 | B | 2A | AD | 5E | 1E |
| Octal | 5 | 225 | 204 | 141 | 0 | 13 | 52 | 255 | 136 | 36 |
| Binary | 101 | 10010101 | 10000100 | 1100001 | 0 | 1011 | 101010 | 10101101 | 1011110 | 11110 |
Color Harmonies of #059584
Complementary color
Monochromatic Colors of #059584
Black with #059584
Text Example
Text Example
White with #059584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059584; }
p { color: rgb(5,149,132); }
H1.HeaderClassName
{
color: #059584;
}
.AnyTagClassName
{
color: #059584;
}
</style>
background-color css
<style>
a { background-color: #059584; }
a { background-color: rgb(5,149,132); }
div.DivClassName
{
background-color: #059584;
}
.BgClassName
{
background-color: #059584;
}
</style>
border-color css
<style>
span { border-color: #059584; }
span { border-color: rgb(5,149,132); }
td.TdClassName
{
border-color: #059584;
}
.TagClassName
{
border-color: #059584;
}
</style>