Shades of Dark Cyan #059084
Tints of Dark Cyan #059084
RGB
CMYK
RGB Variations
Color information
#059084 (or 0x059084) is known color: Dark Cyan. HEX triplet: 05, 90 and 84. RGB value is (5,144,132). Sum of RGB (Red+Green+Blue) = 5+144+132=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #059084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059084 is #FA6F7B. Grayscale: #646464. Windows color (decimal): -16412540 or 8687621. OLE color: 8687621.
HSL color Cylindrical-coordinate representation of color #059084: hue angle of 174.82º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059084 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 132 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.44 |
| HSL | 174.82º | 0.93% | 0.29% | - |
| HSV(B) | 174.82º | 0.97% | 0.56% | - |
| XYZ | 14.2 | 21.64 | 25.26 | - |
| YUV | 101.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 132 | 0.97 | 0 | 0.08 | 0.44 | 174.82 | 0.93 | 0.29 |
| Hex | 5 | 90 | 84 | 61 | 0 | 8 | 2C | AF | 5D | 1D |
| Octal | 5 | 220 | 204 | 141 | 0 | 10 | 54 | 257 | 135 | 35 |
| Binary | 101 | 10010000 | 10000100 | 1100001 | 0 | 1000 | 101100 | 10101111 | 1011101 | 11101 |
Color Harmonies of #059084
Complementary color
Monochromatic Colors of #059084
Black with #059084
Text Example
Text Example
White with #059084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059084; }
p { color: rgb(5,144,132); }
H1.HeaderClassName
{
color: #059084;
}
.AnyTagClassName
{
color: #059084;
}
</style>
background-color css
<style>
a { background-color: #059084; }
a { background-color: rgb(5,144,132); }
div.DivClassName
{
background-color: #059084;
}
.BgClassName
{
background-color: #059084;
}
</style>
border-color css
<style>
span { border-color: #059084; }
span { border-color: rgb(5,144,132); }
td.TdClassName
{
border-color: #059084;
}
.TagClassName
{
border-color: #059084;
}
</style>