Shades of Dark Cyan #059699
Tints of Dark Cyan #059699
RGB
CMYK
RGB Variations
Color information
#059699 (or 0x059699) is known color: Dark Cyan. HEX triplet: 05, 96 and 99. RGB value is (5,150,153). Sum of RGB (Red+Green+Blue) = 5+150+153=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #059699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059699 is #FA6966. Grayscale: #6A6A6A. Windows color (decimal): -16410983 or 10065413. OLE color: 10065413.
HSL color Cylindrical-coordinate representation of color #059699: hue angle of 181.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059699 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 150 | 153 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.4 |
| HSL | 181.22º | 0.94% | 0.31% | - |
| HSV(B) | 181.22º | 0.97% | 0.6% | - |
| XYZ | 16.72 | 24.14 | 33.92 | - |
| YUV | 106.99 | 153.96 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 153 | 0.97 | 0.02 | 0 | 0.4 | 181.22 | 0.94 | 0.31 |
| Hex | 5 | 96 | 99 | 61 | 2 | 0 | 28 | B5 | 5E | 1F |
| Octal | 5 | 226 | 231 | 141 | 2 | 0 | 50 | 265 | 136 | 37 |
| Binary | 101 | 10010110 | 10011001 | 1100001 | 10 | 0 | 101000 | 10110101 | 1011110 | 11111 |
Color Harmonies of #059699
Complementary color
Monochromatic Colors of #059699
Black with #059699
Text Example
Text Example
White with #059699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059699; }
p { color: rgb(5,150,153); }
H1.HeaderClassName
{
color: #059699;
}
.AnyTagClassName
{
color: #059699;
}
</style>
background-color css
<style>
a { background-color: #059699; }
a { background-color: rgb(5,150,153); }
div.DivClassName
{
background-color: #059699;
}
.BgClassName
{
background-color: #059699;
}
</style>
border-color css
<style>
span { border-color: #059699; }
span { border-color: rgb(5,150,153); }
td.TdClassName
{
border-color: #059699;
}
.TagClassName
{
border-color: #059699;
}
</style>