Shades of Dark Cyan #059485
Tints of Dark Cyan #059485
RGB
CMYK
RGB Variations
Color information
#059485 (or 0x059485) is known color: Dark Cyan. HEX triplet: 05, 94 and 85. RGB value is (5,148,133). Sum of RGB (Red+Green+Blue) = 5+148+133=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #059485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059485 is #FA6B7A. Grayscale: #676767. Windows color (decimal): -16411515 or 8754181. OLE color: 8754181.
HSL color Cylindrical-coordinate representation of color #059485: hue angle of 173.71º 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 #059485 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 133 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.42 |
| HSL | 173.71º | 0.93% | 0.3% | - |
| HSV(B) | 173.71º | 0.97% | 0.58% | - |
| XYZ | 14.89 | 22.91 | 25.83 | - |
| YUV | 103.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 133 | 0.97 | 0 | 0.10 | 0.42 | 173.71 | 0.93 | 0.3 |
| Hex | 5 | 94 | 85 | 61 | 0 | A | 2A | AE | 5D | 1E |
| Octal | 5 | 224 | 205 | 141 | 0 | 12 | 52 | 256 | 135 | 36 |
| Binary | 101 | 10010100 | 10000101 | 1100001 | 0 | 1010 | 101010 | 10101110 | 1011101 | 11110 |
Color Harmonies of #059485
Complementary color
Monochromatic Colors of #059485
Black with #059485
Text Example
Text Example
White with #059485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059485; }
p { color: rgb(5,148,133); }
H1.HeaderClassName
{
color: #059485;
}
.AnyTagClassName
{
color: #059485;
}
</style>
background-color css
<style>
a { background-color: #059485; }
a { background-color: rgb(5,148,133); }
div.DivClassName
{
background-color: #059485;
}
.BgClassName
{
background-color: #059485;
}
</style>
border-color css
<style>
span { border-color: #059485; }
span { border-color: rgb(5,148,133); }
td.TdClassName
{
border-color: #059485;
}
.TagClassName
{
border-color: #059485;
}
</style>