Shades of Dark Cyan #059281
Tints of Dark Cyan #059281
RGB
CMYK
RGB Variations
Color information
#059281 (or 0x059281) is known color: Dark Cyan. HEX triplet: 05, 92 and 81. RGB value is (5,146,129). Sum of RGB (Red+Green+Blue) = 5+146+129=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #059281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059281 is #FA6D7E. Grayscale: #656565. Windows color (decimal): -16412031 or 8491525. OLE color: 8491525.
HSL color Cylindrical-coordinate representation of color #059281: hue angle of 172.77º 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 #059281 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 129 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.43 |
| HSL | 172.77º | 0.93% | 0.3% | - |
| HSV(B) | 172.77º | 0.97% | 0.57% | - |
| XYZ | 14.3 | 22.18 | 24.3 | - |
| YUV | 101.9 | 143.29 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 129 | 0.97 | 0 | 0.12 | 0.43 | 172.77 | 0.93 | 0.3 |
| Hex | 5 | 92 | 81 | 61 | 0 | C | 2B | AD | 5D | 1E |
| Octal | 5 | 222 | 201 | 141 | 0 | 14 | 53 | 255 | 135 | 36 |
| Binary | 101 | 10010010 | 10000001 | 1100001 | 0 | 1100 | 101011 | 10101101 | 1011101 | 11110 |
Color Harmonies of #059281
Complementary color
Monochromatic Colors of #059281
Black with #059281
Text Example
Text Example
White with #059281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059281; }
p { color: rgb(5,146,129); }
H1.HeaderClassName
{
color: #059281;
}
.AnyTagClassName
{
color: #059281;
}
</style>
background-color css
<style>
a { background-color: #059281; }
a { background-color: rgb(5,146,129); }
div.DivClassName
{
background-color: #059281;
}
.BgClassName
{
background-color: #059281;
}
</style>
border-color css
<style>
span { border-color: #059281; }
span { border-color: rgb(5,146,129); }
td.TdClassName
{
border-color: #059281;
}
.TagClassName
{
border-color: #059281;
}
</style>