Shades of Dark Cyan #059282
Tints of Dark Cyan #059282
RGB
CMYK
RGB Variations
Color information
#059282 (or 0x059282) is known color: Dark Cyan. HEX triplet: 05, 92 and 82. RGB value is (5,146,130). Sum of RGB (Red+Green+Blue) = 5+146+130=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #059282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059282 is #FA6D7D. Grayscale: #656565. Windows color (decimal): -16412030 or 8557061. OLE color: 8557061.
HSL color Cylindrical-coordinate representation of color #059282: hue angle of 173.19º 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 #059282 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 130 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.43 |
| HSL | 173.19º | 0.93% | 0.3% | - |
| HSV(B) | 173.19º | 0.97% | 0.57% | - |
| XYZ | 14.37 | 22.2 | 24.65 | - |
| YUV | 102.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 130 | 0.97 | 0 | 0.11 | 0.43 | 173.19 | 0.93 | 0.3 |
| Hex | 5 | 92 | 82 | 61 | 0 | B | 2B | AD | 5D | 1E |
| Octal | 5 | 222 | 202 | 141 | 0 | 13 | 53 | 255 | 135 | 36 |
| Binary | 101 | 10010010 | 10000010 | 1100001 | 0 | 1011 | 101011 | 10101101 | 1011101 | 11110 |
Color Harmonies of #059282
Complementary color
Monochromatic Colors of #059282
Black with #059282
Text Example
Text Example
White with #059282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059282; }
p { color: rgb(5,146,130); }
H1.HeaderClassName
{
color: #059282;
}
.AnyTagClassName
{
color: #059282;
}
</style>
background-color css
<style>
a { background-color: #059282; }
a { background-color: rgb(5,146,130); }
div.DivClassName
{
background-color: #059282;
}
.BgClassName
{
background-color: #059282;
}
</style>
border-color css
<style>
span { border-color: #059282; }
span { border-color: rgb(5,146,130); }
td.TdClassName
{
border-color: #059282;
}
.TagClassName
{
border-color: #059282;
}
</style>