Shades of Dark Cyan #059295
Tints of Dark Cyan #059295
RGB
CMYK
RGB Variations
Color information
#059295 (or 0x059295) is known color: Dark Cyan. HEX triplet: 05, 92 and 95. RGB value is (5,146,149). Sum of RGB (Red+Green+Blue) = 5+146+149=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #059295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059295 is #FA6D6A. Grayscale: #686868. Windows color (decimal): -16412011 or 9802245. OLE color: 9802245.
HSL color Cylindrical-coordinate representation of color #059295: hue angle of 181.25º degrees, saturation: 0.94, 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 #059295 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 146 | 149 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.42 |
| HSL | 181.25º | 0.94% | 0.3% | - |
| HSV(B) | 181.25º | 0.97% | 0.58% | - |
| XYZ | 15.77 | 22.76 | 32 | - |
| YUV | 104.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 149 | 0.97 | 0.02 | 0 | 0.42 | 181.25 | 0.94 | 0.3 |
| Hex | 5 | 92 | 95 | 61 | 2 | 0 | 2A | B5 | 5E | 1E |
| Octal | 5 | 222 | 225 | 141 | 2 | 0 | 52 | 265 | 136 | 36 |
| Binary | 101 | 10010010 | 10010101 | 1100001 | 10 | 0 | 101010 | 10110101 | 1011110 | 11110 |
Color Harmonies of #059295
Complementary color
Monochromatic Colors of #059295
Black with #059295
Text Example
Text Example
White with #059295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059295; }
p { color: rgb(5,146,149); }
H1.HeaderClassName
{
color: #059295;
}
.AnyTagClassName
{
color: #059295;
}
</style>
background-color css
<style>
a { background-color: #059295; }
a { background-color: rgb(5,146,149); }
div.DivClassName
{
background-color: #059295;
}
.BgClassName
{
background-color: #059295;
}
</style>
border-color css
<style>
span { border-color: #059295; }
span { border-color: rgb(5,146,149); }
td.TdClassName
{
border-color: #059295;
}
.TagClassName
{
border-color: #059295;
}
</style>