Shades of Dark Cyan #058D8E
Tints of Dark Cyan #058D8E
RGB
CMYK
RGB Variations
Color information
#058D8E (or 0x058D8E) is known color: Dark Cyan. HEX triplet: 05, 8D and 8E. RGB value is (5,141,142). Sum of RGB (Red+Green+Blue) = 5+141+142=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #058D8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D8E is #FA7271. Grayscale: #646464. Windows color (decimal): -16413298 or 9342213. OLE color: 9342213.
HSL color Cylindrical-coordinate representation of color #058D8E: hue angle of 180.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D8E is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 141 | 142 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.44 |
| HSL | 180.44º | 0.93% | 0.29% | - |
| HSV(B) | 180.44º | 0.96% | 0.56% | - |
| XYZ | 14.47 | 21.04 | 28.89 | - |
| YUV | 100.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 142 | 0.96 | 0.01 | 0 | 0.44 | 180.44 | 0.93 | 0.29 |
| Hex | 5 | 8D | 8E | 60 | 1 | 0 | 2C | B4 | 5D | 1D |
| Octal | 5 | 215 | 216 | 140 | 1 | 0 | 54 | 264 | 135 | 35 |
| Binary | 101 | 10001101 | 10001110 | 1100000 | 1 | 0 | 101100 | 10110100 | 1011101 | 11101 |
Color Harmonies of #058D8E
Complementary color
Monochromatic Colors of #058D8E
Black with #058D8E
Text Example
Text Example
White with #058D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D8E; }
p { color: rgb(5,141,142); }
H1.HeaderClassName
{
color: #058D8E;
}
.AnyTagClassName
{
color: #058D8E;
}
</style>
background-color css
<style>
a { background-color: #058D8E; }
a { background-color: rgb(5,141,142); }
div.DivClassName
{
background-color: #058D8E;
}
.BgClassName
{
background-color: #058D8E;
}
</style>
border-color css
<style>
span { border-color: #058D8E; }
span { border-color: rgb(5,141,142); }
td.TdClassName
{
border-color: #058D8E;
}
.TagClassName
{
border-color: #058D8E;
}
</style>