Shades of Dark Cyan #059186
Tints of Dark Cyan #059186
RGB
CMYK
RGB Variations
Color information
#059186 (or 0x059186) is known color: Dark Cyan. HEX triplet: 05, 91 and 86. RGB value is (5,145,134). Sum of RGB (Red+Green+Blue) = 5+145+134=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #059186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059186 is #FA6E79. Grayscale: #656565. Windows color (decimal): -16412282 or 8818949. OLE color: 8818949.
HSL color Cylindrical-coordinate representation of color #059186: hue angle of 175.29º 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 #059186 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 134 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.43 |
| HSL | 175.29º | 0.93% | 0.29% | - |
| HSV(B) | 175.29º | 0.97% | 0.57% | - |
| XYZ | 14.49 | 22 | 26.04 | - |
| YUV | 101.89 | 146.12 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 134 | 0.97 | 0 | 0.08 | 0.43 | 175.29 | 0.93 | 0.29 |
| Hex | 5 | 91 | 86 | 61 | 0 | 8 | 2B | AF | 5D | 1D |
| Octal | 5 | 221 | 206 | 141 | 0 | 10 | 53 | 257 | 135 | 35 |
| Binary | 101 | 10010001 | 10000110 | 1100001 | 0 | 1000 | 101011 | 10101111 | 1011101 | 11101 |
Color Harmonies of #059186
Complementary color
Monochromatic Colors of #059186
Black with #059186
Text Example
Text Example
White with #059186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059186; }
p { color: rgb(5,145,134); }
H1.HeaderClassName
{
color: #059186;
}
.AnyTagClassName
{
color: #059186;
}
</style>
background-color css
<style>
a { background-color: #059186; }
a { background-color: rgb(5,145,134); }
div.DivClassName
{
background-color: #059186;
}
.BgClassName
{
background-color: #059186;
}
</style>
border-color css
<style>
span { border-color: #059186; }
span { border-color: rgb(5,145,134); }
td.TdClassName
{
border-color: #059186;
}
.TagClassName
{
border-color: #059186;
}
</style>