Shades of Dark Cyan #058B8B
Tints of Dark Cyan #058B8B
RGB
CMYK
RGB Variations
Color information
#058B8B (or 0x058B8B) is known color: Dark Cyan. HEX triplet: 05, 8B and 8B. RGB value is (5,139,139). Sum of RGB (Red+Green+Blue) = 5+139+139=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #058B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B8B is #FA7474. Grayscale: #626262. Windows color (decimal): -16413813 or 9145093. OLE color: 9145093.
HSL color Cylindrical-coordinate representation of color #058B8B: hue angle of 180º 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 #058B8B is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 139 | - |
| CMYK | 0.96 | 0 | 0 | 0.45 |
| HSL | 180º | 0.93% | 0.28% | - |
| HSV(B) | 180º | 0.96% | 0.55% | - |
| XYZ | 13.96 | 20.36 | 27.62 | - |
| YUV | 98.93 | 150.61 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 139 | 0.96 | 0 | 0 | 0.45 | 180 | 0.93 | 0.28 |
| Hex | 5 | 8B | 8B | 60 | 0 | 0 | 2D | B4 | 5D | 1C |
| Octal | 5 | 213 | 213 | 140 | 0 | 0 | 55 | 264 | 135 | 34 |
| Binary | 101 | 10001011 | 10001011 | 1100000 | 0 | 0 | 101101 | 10110100 | 1011101 | 11100 |
Color Harmonies of #058B8B
Complementary color
Monochromatic Colors of #058B8B
Black with #058B8B
Text Example
Text Example
White with #058B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B8B; }
p { color: rgb(5,139,139); }
H1.HeaderClassName
{
color: #058B8B;
}
.AnyTagClassName
{
color: #058B8B;
}
</style>
background-color css
<style>
a { background-color: #058B8B; }
a { background-color: rgb(5,139,139); }
div.DivClassName
{
background-color: #058B8B;
}
.BgClassName
{
background-color: #058B8B;
}
</style>
border-color css
<style>
span { border-color: #058B8B; }
span { border-color: rgb(5,139,139); }
td.TdClassName
{
border-color: #058B8B;
}
.TagClassName
{
border-color: #058B8B;
}
</style>