Shades of Dark Cyan #058E89
Tints of Dark Cyan #058E89
RGB
CMYK
RGB Variations
Color information
#058E89 (or 0x058E89) is known color: Dark Cyan. HEX triplet: 05, 8E and 89. RGB value is (5,142,137). Sum of RGB (Red+Green+Blue) = 5+142+137=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #058E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E89 is #FA7176. Grayscale: #646464. Windows color (decimal): -16413047 or 9014789. OLE color: 9014789.
HSL color Cylindrical-coordinate representation of color #058E89: hue angle of 177.81º 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 #058E89 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 142 | 137 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.44 |
| HSL | 177.81º | 0.93% | 0.29% | - |
| HSV(B) | 177.81º | 0.96% | 0.56% | - |
| XYZ | 14.25 | 21.18 | 27 | - |
| YUV | 100.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 137 | 0.96 | 0 | 0.04 | 0.44 | 177.81 | 0.93 | 0.29 |
| Hex | 5 | 8E | 89 | 60 | 0 | 4 | 2C | B2 | 5D | 1D |
| Octal | 5 | 216 | 211 | 140 | 0 | 4 | 54 | 262 | 135 | 35 |
| Binary | 101 | 10001110 | 10001001 | 1100000 | 0 | 100 | 101100 | 10110010 | 1011101 | 11101 |
Color Harmonies of #058E89
Complementary color
Monochromatic Colors of #058E89
Black with #058E89
Text Example
Text Example
White with #058E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058E89; }
p { color: rgb(5,142,137); }
H1.HeaderClassName
{
color: #058E89;
}
.AnyTagClassName
{
color: #058E89;
}
</style>
background-color css
<style>
a { background-color: #058E89; }
a { background-color: rgb(5,142,137); }
div.DivClassName
{
background-color: #058E89;
}
.BgClassName
{
background-color: #058E89;
}
</style>
border-color css
<style>
span { border-color: #058E89; }
span { border-color: rgb(5,142,137); }
td.TdClassName
{
border-color: #058E89;
}
.TagClassName
{
border-color: #058E89;
}
</style>