Shades of Dark Cyan #058D88
Tints of Dark Cyan #058D88
RGB
CMYK
RGB Variations
Color information
#058D88 (or 0x058D88) is known color: Dark Cyan. HEX triplet: 05, 8D and 88. RGB value is (5,141,136). Sum of RGB (Red+Green+Blue) = 5+141+136=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #058D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D88 is #FA7277. Grayscale: #636363. Windows color (decimal): -16413304 or 8948997. OLE color: 8948997.
HSL color Cylindrical-coordinate representation of color #058D88: hue angle of 177.79º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D88 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 136 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.45 |
| HSL | 177.79º | 0.93% | 0.29% | - |
| HSV(B) | 177.79º | 0.96% | 0.55% | - |
| XYZ | 14.03 | 20.86 | 26.58 | - |
| YUV | 99.77 | 148.44 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 136 | 0.96 | 0 | 0.04 | 0.45 | 177.79 | 0.93 | 0.29 |
| Hex | 5 | 8D | 88 | 60 | 0 | 4 | 2D | B2 | 5D | 1D |
| Octal | 5 | 215 | 210 | 140 | 0 | 4 | 55 | 262 | 135 | 35 |
| Binary | 101 | 10001101 | 10001000 | 1100000 | 0 | 100 | 101101 | 10110010 | 1011101 | 11101 |
Color Harmonies of #058D88
Complementary color
Monochromatic Colors of #058D88
Black with #058D88
Text Example
Text Example
White with #058D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D88; }
p { color: rgb(5,141,136); }
H1.HeaderClassName
{
color: #058D88;
}
.AnyTagClassName
{
color: #058D88;
}
</style>
background-color css
<style>
a { background-color: #058D88; }
a { background-color: rgb(5,141,136); }
div.DivClassName
{
background-color: #058D88;
}
.BgClassName
{
background-color: #058D88;
}
</style>
border-color css
<style>
span { border-color: #058D88; }
span { border-color: rgb(5,141,136); }
td.TdClassName
{
border-color: #058D88;
}
.TagClassName
{
border-color: #058D88;
}
</style>