Shades of Dark Cyan #059194
Tints of Dark Cyan #059194
RGB
CMYK
RGB Variations
Color information
#059194 (or 0x059194) is known color: Dark Cyan. HEX triplet: 05, 91 and 94. RGB value is (5,145,148). Sum of RGB (Red+Green+Blue) = 5+145+148=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #059194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059194 is #FA6E6B. Grayscale: #676767. Windows color (decimal): -16412268 or 9736453. OLE color: 9736453.
HSL color Cylindrical-coordinate representation of color #059194: hue angle of 181.26º 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 #059194 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 145 | 148 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.42 |
| HSL | 181.26º | 0.93% | 0.3% | - |
| HSV(B) | 181.26º | 0.97% | 0.58% | - |
| XYZ | 15.53 | 22.42 | 31.53 | - |
| YUV | 103.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 148 | 0.97 | 0.02 | 0 | 0.42 | 181.26 | 0.93 | 0.3 |
| Hex | 5 | 91 | 94 | 61 | 2 | 0 | 2A | B5 | 5D | 1E |
| Octal | 5 | 221 | 224 | 141 | 2 | 0 | 52 | 265 | 135 | 36 |
| Binary | 101 | 10010001 | 10010100 | 1100001 | 10 | 0 | 101010 | 10110101 | 1011101 | 11110 |
Color Harmonies of #059194
Complementary color
Monochromatic Colors of #059194
Black with #059194
Text Example
Text Example
White with #059194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059194; }
p { color: rgb(5,145,148); }
H1.HeaderClassName
{
color: #059194;
}
.AnyTagClassName
{
color: #059194;
}
</style>
background-color css
<style>
a { background-color: #059194; }
a { background-color: rgb(5,145,148); }
div.DivClassName
{
background-color: #059194;
}
.BgClassName
{
background-color: #059194;
}
</style>
border-color css
<style>
span { border-color: #059194; }
span { border-color: rgb(5,145,148); }
td.TdClassName
{
border-color: #059194;
}
.TagClassName
{
border-color: #059194;
}
</style>