Shades of Dark Cyan #059287
Tints of Dark Cyan #059287
RGB
CMYK
RGB Variations
Color information
#059287 (or 0x059287) is known color: Dark Cyan. HEX triplet: 05, 92 and 87. RGB value is (5,146,135). Sum of RGB (Red+Green+Blue) = 5+146+135=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #059287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059287 is #FA6D78. Grayscale: #666666. Windows color (decimal): -16412025 or 8884741. OLE color: 8884741.
HSL color Cylindrical-coordinate representation of color #059287: hue angle of 175.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059287 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 135 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.43 |
| HSL | 175.32º | 0.93% | 0.3% | - |
| HSV(B) | 175.32º | 0.97% | 0.57% | - |
| XYZ | 14.71 | 22.34 | 26.46 | - |
| YUV | 102.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 135 | 0.97 | 0 | 0.08 | 0.43 | 175.32 | 0.93 | 0.3 |
| Hex | 5 | 92 | 87 | 61 | 0 | 8 | 2B | AF | 5D | 1E |
| Octal | 5 | 222 | 207 | 141 | 0 | 10 | 53 | 257 | 135 | 36 |
| Binary | 101 | 10010010 | 10000111 | 1100001 | 0 | 1000 | 101011 | 10101111 | 1011101 | 11110 |
Color Harmonies of #059287
Complementary color
Monochromatic Colors of #059287
Black with #059287
Text Example
Text Example
White with #059287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059287; }
p { color: rgb(5,146,135); }
H1.HeaderClassName
{
color: #059287;
}
.AnyTagClassName
{
color: #059287;
}
</style>
background-color css
<style>
a { background-color: #059287; }
a { background-color: rgb(5,146,135); }
div.DivClassName
{
background-color: #059287;
}
.BgClassName
{
background-color: #059287;
}
</style>
border-color css
<style>
span { border-color: #059287; }
span { border-color: rgb(5,146,135); }
td.TdClassName
{
border-color: #059287;
}
.TagClassName
{
border-color: #059287;
}
</style>