Shades of Dark Cyan #059188
Tints of Dark Cyan #059188
RGB
CMYK
RGB Variations
Color information
#059188 (or 0x059188) is known color: Dark Cyan. HEX triplet: 05, 91 and 88. RGB value is (5,145,136). Sum of RGB (Red+Green+Blue) = 5+145+136=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #059188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059188 is #FA6E77. Grayscale: #666666. Windows color (decimal): -16412280 or 8950021. OLE color: 8950021.
HSL color Cylindrical-coordinate representation of color #059188: hue angle of 176.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059188 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 136 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.43 |
| HSL | 176.14º | 0.93% | 0.29% | - |
| HSV(B) | 176.14º | 0.97% | 0.57% | - |
| XYZ | 14.63 | 22.06 | 26.78 | - |
| YUV | 102.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 136 | 0.97 | 0 | 0.06 | 0.43 | 176.14 | 0.93 | 0.29 |
| Hex | 5 | 91 | 88 | 61 | 0 | 6 | 2B | B0 | 5D | 1D |
| Octal | 5 | 221 | 210 | 141 | 0 | 6 | 53 | 260 | 135 | 35 |
| Binary | 101 | 10010001 | 10001000 | 1100001 | 0 | 110 | 101011 | 10110000 | 1011101 | 11101 |
Color Harmonies of #059188
Complementary color
Monochromatic Colors of #059188
Black with #059188
Text Example
Text Example
White with #059188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059188; }
p { color: rgb(5,145,136); }
H1.HeaderClassName
{
color: #059188;
}
.AnyTagClassName
{
color: #059188;
}
</style>
background-color css
<style>
a { background-color: #059188; }
a { background-color: rgb(5,145,136); }
div.DivClassName
{
background-color: #059188;
}
.BgClassName
{
background-color: #059188;
}
</style>
border-color css
<style>
span { border-color: #059188; }
span { border-color: rgb(5,145,136); }
td.TdClassName
{
border-color: #059188;
}
.TagClassName
{
border-color: #059188;
}
</style>