Shades of Dark Cyan #059184
Tints of Dark Cyan #059184
RGB
CMYK
RGB Variations
Color information
#059184 (or 0x059184) is known color: Dark Cyan. HEX triplet: 05, 91 and 84. RGB value is (5,145,132). Sum of RGB (Red+Green+Blue) = 5+145+132=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #059184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059184 is #FA6E7B. Grayscale: #656565. Windows color (decimal): -16412284 or 8687877. OLE color: 8687877.
HSL color Cylindrical-coordinate representation of color #059184: hue angle of 174.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059184 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 132 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.43 |
| HSL | 174.43º | 0.93% | 0.29% | - |
| HSV(B) | 174.43º | 0.97% | 0.57% | - |
| XYZ | 14.35 | 21.95 | 25.31 | - |
| YUV | 101.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 132 | 0.97 | 0 | 0.09 | 0.43 | 174.43 | 0.93 | 0.29 |
| Hex | 5 | 91 | 84 | 61 | 0 | 9 | 2B | AE | 5D | 1D |
| Octal | 5 | 221 | 204 | 141 | 0 | 11 | 53 | 256 | 135 | 35 |
| Binary | 101 | 10010001 | 10000100 | 1100001 | 0 | 1001 | 101011 | 10101110 | 1011101 | 11101 |
Color Harmonies of #059184
Complementary color
Monochromatic Colors of #059184
Black with #059184
Text Example
Text Example
White with #059184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059184; }
p { color: rgb(5,145,132); }
H1.HeaderClassName
{
color: #059184;
}
.AnyTagClassName
{
color: #059184;
}
</style>
background-color css
<style>
a { background-color: #059184; }
a { background-color: rgb(5,145,132); }
div.DivClassName
{
background-color: #059184;
}
.BgClassName
{
background-color: #059184;
}
</style>
border-color css
<style>
span { border-color: #059184; }
span { border-color: rgb(5,145,132); }
td.TdClassName
{
border-color: #059184;
}
.TagClassName
{
border-color: #059184;
}
</style>