Shades of Dark Cyan #059588
Tints of Dark Cyan #059588
RGB
CMYK
RGB Variations
Color information
#059588 (or 0x059588) is known color: Dark Cyan. HEX triplet: 05, 95 and 88. RGB value is (5,149,136). Sum of RGB (Red+Green+Blue) = 5+149+136=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #059588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059588 is #FA6A77. Grayscale: #686868. Windows color (decimal): -16411256 or 8951045. OLE color: 8951045.
HSL color Cylindrical-coordinate representation of color #059588: hue angle of 174.58º 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 #059588 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 136 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.42 |
| HSL | 174.58º | 0.94% | 0.3% | - |
| HSV(B) | 174.58º | 0.97% | 0.58% | - |
| XYZ | 15.25 | 23.3 | 26.99 | - |
| YUV | 104.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 136 | 0.97 | 0 | 0.09 | 0.42 | 174.58 | 0.94 | 0.3 |
| Hex | 5 | 95 | 88 | 61 | 0 | 9 | 2A | AF | 5E | 1E |
| Octal | 5 | 225 | 210 | 141 | 0 | 11 | 52 | 257 | 136 | 36 |
| Binary | 101 | 10010101 | 10001000 | 1100001 | 0 | 1001 | 101010 | 10101111 | 1011110 | 11110 |
Color Harmonies of #059588
Complementary color
Monochromatic Colors of #059588
Black with #059588
Text Example
Text Example
White with #059588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059588; }
p { color: rgb(5,149,136); }
H1.HeaderClassName
{
color: #059588;
}
.AnyTagClassName
{
color: #059588;
}
</style>
background-color css
<style>
a { background-color: #059588; }
a { background-color: rgb(5,149,136); }
div.DivClassName
{
background-color: #059588;
}
.BgClassName
{
background-color: #059588;
}
</style>
border-color css
<style>
span { border-color: #059588; }
span { border-color: rgb(5,149,136); }
td.TdClassName
{
border-color: #059588;
}
.TagClassName
{
border-color: #059588;
}
</style>