Shades of Dark Cyan #058986
Tints of Dark Cyan #058986
RGB
CMYK
RGB Variations
Color information
#058986 (or 0x058986) is known color: Dark Cyan. HEX triplet: 05, 89 and 86. RGB value is (5,137,134). Sum of RGB (Red+Green+Blue) = 5+137+134=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #058986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058986 is #FA7679. Grayscale: #616161. Windows color (decimal): -16414330 or 8816901. OLE color: 8816901.
HSL color Cylindrical-coordinate representation of color #058986: hue angle of 178.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058986 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 134 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.46 |
| HSL | 178.64º | 0.93% | 0.28% | - |
| HSV(B) | 178.64º | 0.96% | 0.54% | - |
| XYZ | 13.31 | 19.64 | 25.64 | - |
| YUV | 97.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 134 | 0.96 | 0 | 0.02 | 0.46 | 178.64 | 0.93 | 0.28 |
| Hex | 5 | 89 | 86 | 60 | 0 | 2 | 2E | B3 | 5D | 1C |
| Octal | 5 | 211 | 206 | 140 | 0 | 2 | 56 | 263 | 135 | 34 |
| Binary | 101 | 10001001 | 10000110 | 1100000 | 0 | 10 | 101110 | 10110011 | 1011101 | 11100 |
Color Harmonies of #058986
Complementary color
Monochromatic Colors of #058986
Black with #058986
Text Example
Text Example
White with #058986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058986; }
p { color: rgb(5,137,134); }
H1.HeaderClassName
{
color: #058986;
}
.AnyTagClassName
{
color: #058986;
}
</style>
background-color css
<style>
a { background-color: #058986; }
a { background-color: rgb(5,137,134); }
div.DivClassName
{
background-color: #058986;
}
.BgClassName
{
background-color: #058986;
}
</style>
border-color css
<style>
span { border-color: #058986; }
span { border-color: rgb(5,137,134); }
td.TdClassName
{
border-color: #058986;
}
.TagClassName
{
border-color: #058986;
}
</style>