Shades of Dark Cyan #058B84
Tints of Dark Cyan #058B84
RGB
CMYK
RGB Variations
Color information
#058B84 (or 0x058B84) is known color: Dark Cyan. HEX triplet: 05, 8B and 84. RGB value is (5,139,132). Sum of RGB (Red+Green+Blue) = 5+139+132=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #058B84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B84 is #FA747B. Grayscale: #626262. Windows color (decimal): -16413820 or 8686341. OLE color: 8686341.
HSL color Cylindrical-coordinate representation of color #058B84: hue angle of 176.87º 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 #058B84 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 132 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.45 |
| HSL | 176.87º | 0.93% | 0.28% | - |
| HSV(B) | 176.87º | 0.96% | 0.55% | - |
| XYZ | 13.46 | 20.16 | 25.01 | - |
| YUV | 98.14 | 147.11 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 132 | 0.96 | 0 | 0.05 | 0.45 | 176.87 | 0.93 | 0.28 |
| Hex | 5 | 8B | 84 | 60 | 0 | 5 | 2D | B1 | 5D | 1C |
| Octal | 5 | 213 | 204 | 140 | 0 | 5 | 55 | 261 | 135 | 34 |
| Binary | 101 | 10001011 | 10000100 | 1100000 | 0 | 101 | 101101 | 10110001 | 1011101 | 11100 |
Color Harmonies of #058B84
Complementary color
Monochromatic Colors of #058B84
Black with #058B84
Text Example
Text Example
White with #058B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B84; }
p { color: rgb(5,139,132); }
H1.HeaderClassName
{
color: #058B84;
}
.AnyTagClassName
{
color: #058B84;
}
</style>
background-color css
<style>
a { background-color: #058B84; }
a { background-color: rgb(5,139,132); }
div.DivClassName
{
background-color: #058B84;
}
.BgClassName
{
background-color: #058B84;
}
</style>
border-color css
<style>
span { border-color: #058B84; }
span { border-color: rgb(5,139,132); }
td.TdClassName
{
border-color: #058B84;
}
.TagClassName
{
border-color: #058B84;
}
</style>