Shades of Dark Cyan #059785
Tints of Dark Cyan #059785
RGB
CMYK
RGB Variations
Color information
#059785 (or 0x059785) is known color: Dark Cyan. HEX triplet: 05, 97 and 85. RGB value is (5,151,133). Sum of RGB (Red+Green+Blue) = 5+151+133=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #059785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059785 is #FA687A. Grayscale: #696969. Windows color (decimal): -16410747 or 8754949. OLE color: 8754949.
HSL color Cylindrical-coordinate representation of color #059785: hue angle of 172.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059785 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 151 | 133 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.41 |
| HSL | 172.6º | 0.94% | 0.31% | - |
| HSV(B) | 172.6º | 0.97% | 0.59% | - |
| XYZ | 15.36 | 23.86 | 25.99 | - |
| YUV | 105.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 133 | 0.97 | 0 | 0.12 | 0.41 | 172.6 | 0.94 | 0.31 |
| Hex | 5 | 97 | 85 | 61 | 0 | C | 29 | AD | 5E | 1F |
| Octal | 5 | 227 | 205 | 141 | 0 | 14 | 51 | 255 | 136 | 37 |
| Binary | 101 | 10010111 | 10000101 | 1100001 | 0 | 1100 | 101001 | 10101101 | 1011110 | 11111 |
Color Harmonies of #059785
Complementary color
Monochromatic Colors of #059785
Black with #059785
Text Example
Text Example
White with #059785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059785; }
p { color: rgb(5,151,133); }
H1.HeaderClassName
{
color: #059785;
}
.AnyTagClassName
{
color: #059785;
}
</style>
background-color css
<style>
a { background-color: #059785; }
a { background-color: rgb(5,151,133); }
div.DivClassName
{
background-color: #059785;
}
.BgClassName
{
background-color: #059785;
}
</style>
border-color css
<style>
span { border-color: #059785; }
span { border-color: rgb(5,151,133); }
td.TdClassName
{
border-color: #059785;
}
.TagClassName
{
border-color: #059785;
}
</style>