Shades of Dark Cyan #058C85
Tints of Dark Cyan #058C85
RGB
CMYK
RGB Variations
Color information
#058C85 (or 0x058C85) is known color: Dark Cyan. HEX triplet: 05, 8C and 85. RGB value is (5,140,133). Sum of RGB (Red+Green+Blue) = 5+140+133=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #058C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C85 is #FA737A. Grayscale: #626262. Windows color (decimal): -16413563 or 8752133. OLE color: 8752133.
HSL color Cylindrical-coordinate representation of color #058C85: hue angle of 176.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C85 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 133 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.45 |
| HSL | 176.89º | 0.93% | 0.28% | - |
| HSV(B) | 176.89º | 0.96% | 0.55% | - |
| XYZ | 13.67 | 20.48 | 25.42 | - |
| YUV | 98.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 133 | 0.96 | 0 | 0.05 | 0.45 | 176.89 | 0.93 | 0.28 |
| Hex | 5 | 8C | 85 | 60 | 0 | 5 | 2D | B1 | 5D | 1C |
| Octal | 5 | 214 | 205 | 140 | 0 | 5 | 55 | 261 | 135 | 34 |
| Binary | 101 | 10001100 | 10000101 | 1100000 | 0 | 101 | 101101 | 10110001 | 1011101 | 11100 |
Color Harmonies of #058C85
Complementary color
Monochromatic Colors of #058C85
Black with #058C85
Text Example
Text Example
White with #058C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C85; }
p { color: rgb(5,140,133); }
H1.HeaderClassName
{
color: #058C85;
}
.AnyTagClassName
{
color: #058C85;
}
</style>
background-color css
<style>
a { background-color: #058C85; }
a { background-color: rgb(5,140,133); }
div.DivClassName
{
background-color: #058C85;
}
.BgClassName
{
background-color: #058C85;
}
</style>
border-color css
<style>
span { border-color: #058C85; }
span { border-color: rgb(5,140,133); }
td.TdClassName
{
border-color: #058C85;
}
.TagClassName
{
border-color: #058C85;
}
</style>