Shades of Dark Cyan #059398
Tints of Dark Cyan #059398
RGB
CMYK
RGB Variations
Color information
#059398 (or 0x059398) is known color: Dark Cyan. HEX triplet: 05, 93 and 98. RGB value is (5,147,152). Sum of RGB (Red+Green+Blue) = 5+147+152=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #059398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059398 is #FA6C67. Grayscale: #686868. Windows color (decimal): -16411752 or 9999109. OLE color: 9999109.
HSL color Cylindrical-coordinate representation of color #059398: hue angle of 182.04º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059398 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 147 | 152 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.40 |
| HSL | 182.04º | 0.94% | 0.31% | - |
| HSV(B) | 182.04º | 0.97% | 0.6% | - |
| XYZ | 16.16 | 23.17 | 33.33 | - |
| YUV | 105.11 | 154.46 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 152 | 0.97 | 0.03 | 0 | 0.40 | 182.04 | 0.94 | 0.31 |
| Hex | 5 | 93 | 98 | 61 | 3 | 0 | 28 | B6 | 5E | 1F |
| Octal | 5 | 223 | 230 | 141 | 3 | 0 | 50 | 266 | 136 | 37 |
| Binary | 101 | 10010011 | 10011000 | 1100001 | 11 | 0 | 101000 | 10110110 | 1011110 | 11111 |
Color Harmonies of #059398
Complementary color
Monochromatic Colors of #059398
Black with #059398
Text Example
Text Example
White with #059398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059398; }
p { color: rgb(5,147,152); }
H1.HeaderClassName
{
color: #059398;
}
.AnyTagClassName
{
color: #059398;
}
</style>
background-color css
<style>
a { background-color: #059398; }
a { background-color: rgb(5,147,152); }
div.DivClassName
{
background-color: #059398;
}
.BgClassName
{
background-color: #059398;
}
</style>
border-color css
<style>
span { border-color: #059398; }
span { border-color: rgb(5,147,152); }
td.TdClassName
{
border-color: #059398;
}
.TagClassName
{
border-color: #059398;
}
</style>