Shades of Dark Cyan #059394
Tints of Dark Cyan #059394
RGB
CMYK
RGB Variations
Color information
#059394 (or 0x059394) is known color: Dark Cyan. HEX triplet: 05, 93 and 94. RGB value is (5,147,148). Sum of RGB (Red+Green+Blue) = 5+147+148=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #059394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059394 is #FA6C6B. Grayscale: #686868. Windows color (decimal): -16411756 or 9736965. OLE color: 9736965.
HSL color Cylindrical-coordinate representation of color #059394: hue angle of 180.42º 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 #059394 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 148 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.42 |
| HSL | 180.42º | 0.93% | 0.3% | - |
| HSV(B) | 180.42º | 0.97% | 0.58% | - |
| XYZ | 15.84 | 23.04 | 31.63 | - |
| YUV | 104.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 148 | 0.97 | 0.01 | 0 | 0.42 | 180.42 | 0.93 | 0.3 |
| Hex | 5 | 93 | 94 | 61 | 1 | 0 | 2A | B4 | 5D | 1E |
| Octal | 5 | 223 | 224 | 141 | 1 | 0 | 52 | 264 | 135 | 36 |
| Binary | 101 | 10010011 | 10010100 | 1100001 | 1 | 0 | 101010 | 10110100 | 1011101 | 11110 |
Color Harmonies of #059394
Complementary color
Monochromatic Colors of #059394
Black with #059394
Text Example
Text Example
White with #059394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059394; }
p { color: rgb(5,147,148); }
H1.HeaderClassName
{
color: #059394;
}
.AnyTagClassName
{
color: #059394;
}
</style>
background-color css
<style>
a { background-color: #059394; }
a { background-color: rgb(5,147,148); }
div.DivClassName
{
background-color: #059394;
}
.BgClassName
{
background-color: #059394;
}
</style>
border-color css
<style>
span { border-color: #059394; }
span { border-color: rgb(5,147,148); }
td.TdClassName
{
border-color: #059394;
}
.TagClassName
{
border-color: #059394;
}
</style>