Shades of Dark Cyan #058D93
Tints of Dark Cyan #058D93
RGB
CMYK
RGB Variations
Color information
#058D93 (or 0x058D93) is known color: Dark Cyan. HEX triplet: 05, 8D and 93. RGB value is (5,141,147). Sum of RGB (Red+Green+Blue) = 5+141+147=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #058D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D93 is #FA726C. Grayscale: #646464. Windows color (decimal): -16413293 or 9669893. OLE color: 9669893.
HSL color Cylindrical-coordinate representation of color #058D93: hue angle of 182.54º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058D93 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 141 | 147 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.42 |
| HSL | 182.54º | 0.93% | 0.3% | - |
| HSV(B) | 182.54º | 0.97% | 0.58% | - |
| XYZ | 14.85 | 21.19 | 30.91 | - |
| YUV | 101.02 | 153.94 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 147 | 0.97 | 0.04 | 0 | 0.42 | 182.54 | 0.93 | 0.3 |
| Hex | 5 | 8D | 93 | 61 | 4 | 0 | 2A | B7 | 5D | 1E |
| Octal | 5 | 215 | 223 | 141 | 4 | 0 | 52 | 267 | 135 | 36 |
| Binary | 101 | 10001101 | 10010011 | 1100001 | 100 | 0 | 101010 | 10110111 | 1011101 | 11110 |
Color Harmonies of #058D93
Complementary color
Monochromatic Colors of #058D93
Black with #058D93
Text Example
Text Example
White with #058D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D93; }
p { color: rgb(5,141,147); }
H1.HeaderClassName
{
color: #058D93;
}
.AnyTagClassName
{
color: #058D93;
}
</style>
background-color css
<style>
a { background-color: #058D93; }
a { background-color: rgb(5,141,147); }
div.DivClassName
{
background-color: #058D93;
}
.BgClassName
{
background-color: #058D93;
}
</style>
border-color css
<style>
span { border-color: #058D93; }
span { border-color: rgb(5,141,147); }
td.TdClassName
{
border-color: #058D93;
}
.TagClassName
{
border-color: #058D93;
}
</style>