Shades of Dark Cyan #059093
Tints of Dark Cyan #059093
RGB
CMYK
RGB Variations
Color information
#059093 (or 0x059093) is known color: Dark Cyan. HEX triplet: 05, 90 and 93. RGB value is (5,144,147). Sum of RGB (Red+Green+Blue) = 5+144+147=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #059093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059093 is #FA6F6C. Grayscale: #666666. Windows color (decimal): -16412525 or 9670661. OLE color: 9670661.
HSL color Cylindrical-coordinate representation of color #059093: hue angle of 181.27º 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 #059093 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 144 | 147 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.42 |
| HSL | 181.27º | 0.93% | 0.3% | - |
| HSV(B) | 181.27º | 0.97% | 0.58% | - |
| XYZ | 15.3 | 22.09 | 31.06 | - |
| YUV | 102.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 147 | 0.97 | 0.02 | 0 | 0.42 | 181.27 | 0.93 | 0.3 |
| Hex | 5 | 90 | 93 | 61 | 2 | 0 | 2A | B5 | 5D | 1E |
| Octal | 5 | 220 | 223 | 141 | 2 | 0 | 52 | 265 | 135 | 36 |
| Binary | 101 | 10010000 | 10010011 | 1100001 | 10 | 0 | 101010 | 10110101 | 1011101 | 11110 |
Color Harmonies of #059093
Complementary color
Monochromatic Colors of #059093
Black with #059093
Text Example
Text Example
White with #059093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059093; }
p { color: rgb(5,144,147); }
H1.HeaderClassName
{
color: #059093;
}
.AnyTagClassName
{
color: #059093;
}
</style>
background-color css
<style>
a { background-color: #059093; }
a { background-color: rgb(5,144,147); }
div.DivClassName
{
background-color: #059093;
}
.BgClassName
{
background-color: #059093;
}
</style>
border-color css
<style>
span { border-color: #059093; }
span { border-color: rgb(5,144,147); }
td.TdClassName
{
border-color: #059093;
}
.TagClassName
{
border-color: #059093;
}
</style>