Shades of Dark Cyan #058A8C
Tints of Dark Cyan #058A8C
RGB
CMYK
RGB Variations
Color information
#058A8C (or 0x058A8C) is known color: Dark Cyan. HEX triplet: 05, 8A and 8C. RGB value is (5,138,140). Sum of RGB (Red+Green+Blue) = 5+138+140=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #058A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058A8C is #FA7573. Grayscale: #626262. Windows color (decimal): -16414068 or 9210373. OLE color: 9210373.
HSL color Cylindrical-coordinate representation of color #058A8C: hue angle of 180.89º 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 #058A8C is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 138 | 140 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.45 |
| HSL | 180.89º | 0.93% | 0.28% | - |
| HSV(B) | 180.89º | 0.96% | 0.55% | - |
| XYZ | 13.88 | 20.1 | 27.96 | - |
| YUV | 98.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 140 | 0.96 | 0.01 | 0 | 0.45 | 180.89 | 0.93 | 0.28 |
| Hex | 5 | 8A | 8C | 60 | 1 | 0 | 2D | B5 | 5D | 1C |
| Octal | 5 | 212 | 214 | 140 | 1 | 0 | 55 | 265 | 135 | 34 |
| Binary | 101 | 10001010 | 10001100 | 1100000 | 1 | 0 | 101101 | 10110101 | 1011101 | 11100 |
Color Harmonies of #058A8C
Complementary color
Monochromatic Colors of #058A8C
Black with #058A8C
Text Example
Text Example
White with #058A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A8C; }
p { color: rgb(5,138,140); }
H1.HeaderClassName
{
color: #058A8C;
}
.AnyTagClassName
{
color: #058A8C;
}
</style>
background-color css
<style>
a { background-color: #058A8C; }
a { background-color: rgb(5,138,140); }
div.DivClassName
{
background-color: #058A8C;
}
.BgClassName
{
background-color: #058A8C;
}
</style>
border-color css
<style>
span { border-color: #058A8C; }
span { border-color: rgb(5,138,140); }
td.TdClassName
{
border-color: #058A8C;
}
.TagClassName
{
border-color: #058A8C;
}
</style>