Shades of Dark Cyan #058C94
Tints of Dark Cyan #058C94
RGB
CMYK
RGB Variations
Color information
#058C94 (or 0x058C94) is known color: Dark Cyan. HEX triplet: 05, 8C and 94. RGB value is (5,140,148). Sum of RGB (Red+Green+Blue) = 5+140+148=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #058C94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C94 is #FA736B. Grayscale: #646464. Windows color (decimal): -16413548 or 9735173. OLE color: 9735173.
HSL color Cylindrical-coordinate representation of color #058C94: hue angle of 183.36º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058C94 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 140 | 148 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.42 |
| HSL | 183.36º | 0.93% | 0.3% | - |
| HSV(B) | 183.36º | 0.97% | 0.58% | - |
| XYZ | 14.79 | 20.93 | 31.28 | - |
| YUV | 100.55 | 154.77 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 148 | 0.97 | 0.05 | 0 | 0.42 | 183.36 | 0.93 | 0.3 |
| Hex | 5 | 8C | 94 | 61 | 5 | 0 | 2A | B7 | 5D | 1E |
| Octal | 5 | 214 | 224 | 141 | 5 | 0 | 52 | 267 | 135 | 36 |
| Binary | 101 | 10001100 | 10010100 | 1100001 | 101 | 0 | 101010 | 10110111 | 1011101 | 11110 |
Color Harmonies of #058C94
Complementary color
Monochromatic Colors of #058C94
Black with #058C94
Text Example
Text Example
White with #058C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C94; }
p { color: rgb(5,140,148); }
H1.HeaderClassName
{
color: #058C94;
}
.AnyTagClassName
{
color: #058C94;
}
</style>
background-color css
<style>
a { background-color: #058C94; }
a { background-color: rgb(5,140,148); }
div.DivClassName
{
background-color: #058C94;
}
.BgClassName
{
background-color: #058C94;
}
</style>
border-color css
<style>
span { border-color: #058C94; }
span { border-color: rgb(5,140,148); }
td.TdClassName
{
border-color: #058C94;
}
.TagClassName
{
border-color: #058C94;
}
</style>