Shades of Dark Cyan #059884
Tints of Dark Cyan #059884
RGB
CMYK
RGB Variations
Color information
#059884 (or 0x059884) is known color: Dark Cyan. HEX triplet: 05, 98 and 84. RGB value is (5,152,132). Sum of RGB (Red+Green+Blue) = 5+152+132=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #059884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059884 is #FA677B. Grayscale: #696969. Windows color (decimal): -16410492 or 8689669. OLE color: 8689669.
HSL color Cylindrical-coordinate representation of color #059884: hue angle of 171.84º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059884 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 152 | 132 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.40 |
| HSL | 171.84º | 0.94% | 0.31% | - |
| HSV(B) | 171.84º | 0.97% | 0.6% | - |
| XYZ | 15.46 | 24.15 | 25.68 | - |
| YUV | 105.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 132 | 0.97 | 0 | 0.13 | 0.40 | 171.84 | 0.94 | 0.31 |
| Hex | 5 | 98 | 84 | 61 | 0 | D | 28 | AC | 5E | 1F |
| Octal | 5 | 230 | 204 | 141 | 0 | 15 | 50 | 254 | 136 | 37 |
| Binary | 101 | 10011000 | 10000100 | 1100001 | 0 | 1101 | 101000 | 10101100 | 1011110 | 11111 |
Color Harmonies of #059884
Complementary color
Monochromatic Colors of #059884
Black with #059884
Text Example
Text Example
White with #059884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059884; }
p { color: rgb(5,152,132); }
H1.HeaderClassName
{
color: #059884;
}
.AnyTagClassName
{
color: #059884;
}
</style>
background-color css
<style>
a { background-color: #059884; }
a { background-color: rgb(5,152,132); }
div.DivClassName
{
background-color: #059884;
}
.BgClassName
{
background-color: #059884;
}
</style>
border-color css
<style>
span { border-color: #059884; }
span { border-color: rgb(5,152,132); }
td.TdClassName
{
border-color: #059884;
}
.TagClassName
{
border-color: #059884;
}
</style>