Shades of Dark Cyan #058F85
Tints of Dark Cyan #058F85
RGB
CMYK
RGB Variations
Color information
#058F85 (or 0x058F85) is known color: Dark Cyan. HEX triplet: 05, 8F and 85. RGB value is (5,143,133). Sum of RGB (Red+Green+Blue) = 5+143+133=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #058F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F85 is #FA707A. Grayscale: #646464. Windows color (decimal): -16412795 or 8752901. OLE color: 8752901.
HSL color Cylindrical-coordinate representation of color #058F85: hue angle of 175.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F85 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 133 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.44 |
| HSL | 175.65º | 0.93% | 0.29% | - |
| HSV(B) | 175.65º | 0.97% | 0.56% | - |
| XYZ | 14.12 | 21.37 | 25.57 | - |
| YUV | 100.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 133 | 0.97 | 0 | 0.07 | 0.44 | 175.65 | 0.93 | 0.29 |
| Hex | 5 | 8F | 85 | 61 | 0 | 7 | 2C | B0 | 5D | 1D |
| Octal | 5 | 217 | 205 | 141 | 0 | 7 | 54 | 260 | 135 | 35 |
| Binary | 101 | 10001111 | 10000101 | 1100001 | 0 | 111 | 101100 | 10110000 | 1011101 | 11101 |
Color Harmonies of #058F85
Complementary color
Monochromatic Colors of #058F85
Black with #058F85
Text Example
Text Example
White with #058F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F85; }
p { color: rgb(5,143,133); }
H1.HeaderClassName
{
color: #058F85;
}
.AnyTagClassName
{
color: #058F85;
}
</style>
background-color css
<style>
a { background-color: #058F85; }
a { background-color: rgb(5,143,133); }
div.DivClassName
{
background-color: #058F85;
}
.BgClassName
{
background-color: #058F85;
}
</style>
border-color css
<style>
span { border-color: #058F85; }
span { border-color: rgb(5,143,133); }
td.TdClassName
{
border-color: #058F85;
}
.TagClassName
{
border-color: #058F85;
}
</style>