Shades of Dark Cyan #058B8D
Tints of Dark Cyan #058B8D
RGB
CMYK
RGB Variations
Color information
#058B8D (or 0x058B8D) is known color: Dark Cyan. HEX triplet: 05, 8B and 8D. RGB value is (5,139,141). Sum of RGB (Red+Green+Blue) = 5+139+141=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #058B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B8D is #FA7472. Grayscale: #636363. Windows color (decimal): -16413811 or 9276165. OLE color: 9276165.
HSL color Cylindrical-coordinate representation of color #058B8D: hue angle of 180.88º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B8D is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 141 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.45 |
| HSL | 180.88º | 0.93% | 0.29% | - |
| HSV(B) | 180.88º | 0.96% | 0.55% | - |
| XYZ | 14.1 | 20.42 | 28.4 | - |
| YUV | 99.16 | 151.61 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 141 | 0.96 | 0.01 | 0 | 0.45 | 180.88 | 0.93 | 0.29 |
| Hex | 5 | 8B | 8D | 60 | 1 | 0 | 2D | B5 | 5D | 1D |
| Octal | 5 | 213 | 215 | 140 | 1 | 0 | 55 | 265 | 135 | 35 |
| Binary | 101 | 10001011 | 10001101 | 1100000 | 1 | 0 | 101101 | 10110101 | 1011101 | 11101 |
Color Harmonies of #058B8D
Complementary color
Monochromatic Colors of #058B8D
Black with #058B8D
Text Example
Text Example
White with #058B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B8D; }
p { color: rgb(5,139,141); }
H1.HeaderClassName
{
color: #058B8D;
}
.AnyTagClassName
{
color: #058B8D;
}
</style>
background-color css
<style>
a { background-color: #058B8D; }
a { background-color: rgb(5,139,141); }
div.DivClassName
{
background-color: #058B8D;
}
.BgClassName
{
background-color: #058B8D;
}
</style>
border-color css
<style>
span { border-color: #058B8D; }
span { border-color: rgb(5,139,141); }
td.TdClassName
{
border-color: #058B8D;
}
.TagClassName
{
border-color: #058B8D;
}
</style>