Shades of Dark Cyan #059392
Tints of Dark Cyan #059392
RGB
CMYK
RGB Variations
Color information
#059392 (or 0x059392) is known color: Dark Cyan. HEX triplet: 05, 93 and 92. RGB value is (5,147,146). Sum of RGB (Red+Green+Blue) = 5+147+146=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #059392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059392 is #FA6C6D. Grayscale: #686868. Windows color (decimal): -16411758 or 9605893. OLE color: 9605893.
HSL color Cylindrical-coordinate representation of color #059392: hue angle of 179.58º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059392 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 146 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.42 |
| HSL | 179.58º | 0.93% | 0.3% | - |
| HSV(B) | 179.58º | 0.97% | 0.58% | - |
| XYZ | 15.68 | 22.98 | 30.8 | - |
| YUV | 104.43 | 151.46 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 146 | 0.97 | 0 | 0.01 | 0.42 | 179.58 | 0.93 | 0.3 |
| Hex | 5 | 93 | 92 | 61 | 0 | 1 | 2A | B4 | 5D | 1E |
| Octal | 5 | 223 | 222 | 141 | 0 | 1 | 52 | 264 | 135 | 36 |
| Binary | 101 | 10010011 | 10010010 | 1100001 | 0 | 1 | 101010 | 10110100 | 1011101 | 11110 |
Color Harmonies of #059392
Complementary color
Monochromatic Colors of #059392
Black with #059392
Text Example
Text Example
White with #059392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059392; }
p { color: rgb(5,147,146); }
H1.HeaderClassName
{
color: #059392;
}
.AnyTagClassName
{
color: #059392;
}
</style>
background-color css
<style>
a { background-color: #059392; }
a { background-color: rgb(5,147,146); }
div.DivClassName
{
background-color: #059392;
}
.BgClassName
{
background-color: #059392;
}
</style>
border-color css
<style>
span { border-color: #059392; }
span { border-color: rgb(5,147,146); }
td.TdClassName
{
border-color: #059392;
}
.TagClassName
{
border-color: #059392;
}
</style>