Shades of Dark Cyan #059685
Tints of Dark Cyan #059685
RGB
CMYK
RGB Variations
Color information
#059685 (or 0x059685) is known color: Dark Cyan. HEX triplet: 05, 96 and 85. RGB value is (5,150,133). Sum of RGB (Red+Green+Blue) = 5+150+133=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #059685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059685 is #FA697A. Grayscale: #686868. Windows color (decimal): -16411003 or 8754693. OLE color: 8754693.
HSL color Cylindrical-coordinate representation of color #059685: hue angle of 172.97º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059685 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 133 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.41 |
| HSL | 172.97º | 0.94% | 0.3% | - |
| HSV(B) | 172.97º | 0.97% | 0.59% | - |
| XYZ | 15.2 | 23.54 | 25.93 | - |
| YUV | 104.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 133 | 0.97 | 0 | 0.11 | 0.41 | 172.97 | 0.94 | 0.3 |
| Hex | 5 | 96 | 85 | 61 | 0 | B | 29 | AD | 5E | 1E |
| Octal | 5 | 226 | 205 | 141 | 0 | 13 | 51 | 255 | 136 | 36 |
| Binary | 101 | 10010110 | 10000101 | 1100001 | 0 | 1011 | 101001 | 10101101 | 1011110 | 11110 |
Color Harmonies of #059685
Complementary color
Monochromatic Colors of #059685
Black with #059685
Text Example
Text Example
White with #059685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059685; }
p { color: rgb(5,150,133); }
H1.HeaderClassName
{
color: #059685;
}
.AnyTagClassName
{
color: #059685;
}
</style>
background-color css
<style>
a { background-color: #059685; }
a { background-color: rgb(5,150,133); }
div.DivClassName
{
background-color: #059685;
}
.BgClassName
{
background-color: #059685;
}
</style>
border-color css
<style>
span { border-color: #059685; }
span { border-color: rgb(5,150,133); }
td.TdClassName
{
border-color: #059685;
}
.TagClassName
{
border-color: #059685;
}
</style>