Shades of Dark Cyan #059284
Tints of Dark Cyan #059284
RGB
CMYK
RGB Variations
Color information
#059284 (or 0x059284) is known color: Dark Cyan. HEX triplet: 05, 92 and 84. RGB value is (5,146,132). Sum of RGB (Red+Green+Blue) = 5+146+132=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #059284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059284 is #FA6D7B. Grayscale: #666666. Windows color (decimal): -16412028 or 8688133. OLE color: 8688133.
HSL color Cylindrical-coordinate representation of color #059284: hue angle of 174.04º 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 #059284 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 132 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.43 |
| HSL | 174.04º | 0.93% | 0.3% | - |
| HSV(B) | 174.04º | 0.97% | 0.57% | - |
| XYZ | 14.51 | 22.26 | 25.36 | - |
| YUV | 102.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 132 | 0.97 | 0 | 0.10 | 0.43 | 174.04 | 0.93 | 0.3 |
| Hex | 5 | 92 | 84 | 61 | 0 | A | 2B | AE | 5D | 1E |
| Octal | 5 | 222 | 204 | 141 | 0 | 12 | 53 | 256 | 135 | 36 |
| Binary | 101 | 10010010 | 10000100 | 1100001 | 0 | 1010 | 101011 | 10101110 | 1011101 | 11110 |
Color Harmonies of #059284
Complementary color
Monochromatic Colors of #059284
Black with #059284
Text Example
Text Example
White with #059284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059284; }
p { color: rgb(5,146,132); }
H1.HeaderClassName
{
color: #059284;
}
.AnyTagClassName
{
color: #059284;
}
</style>
background-color css
<style>
a { background-color: #059284; }
a { background-color: rgb(5,146,132); }
div.DivClassName
{
background-color: #059284;
}
.BgClassName
{
background-color: #059284;
}
</style>
border-color css
<style>
span { border-color: #059284; }
span { border-color: rgb(5,146,132); }
td.TdClassName
{
border-color: #059284;
}
.TagClassName
{
border-color: #059284;
}
</style>