Shades of Dark Cyan #057E8E
Tints of Dark Cyan #057E8E
RGB
CMYK
RGB Variations
Color information
#057E8E (or 0x057E8E) is known color: Dark Cyan. HEX triplet: 05, 7E and 8E. RGB value is (5,126,142). Sum of RGB (Red+Green+Blue) = 5+126+142=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #057E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057E8E is #FA8171. Grayscale: #5B5B5B. Windows color (decimal): -16417138 or 9338373. OLE color: 9338373.
HSL color Cylindrical-coordinate representation of color #057E8E: hue angle of 187.01º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E8E is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 126 | 142 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.44 |
| HSL | 187.01º | 0.93% | 0.29% | - |
| HSV(B) | 187.01º | 0.96% | 0.56% | - |
| XYZ | 12.41 | 16.91 | 28.2 | - |
| YUV | 91.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 142 | 0.96 | 0.11 | 0 | 0.44 | 187.01 | 0.93 | 0.29 |
| Hex | 5 | 7E | 8E | 60 | B | 0 | 2C | BB | 5D | 1D |
| Octal | 5 | 176 | 216 | 140 | 13 | 0 | 54 | 273 | 135 | 35 |
| Binary | 101 | 1111110 | 10001110 | 1100000 | 1011 | 0 | 101100 | 10111011 | 1011101 | 11101 |
Color Harmonies of #057E8E
Complementary color
Monochromatic Colors of #057E8E
Black with #057E8E
Text Example
Text Example
White with #057E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E8E; }
p { color: rgb(5,126,142); }
H1.HeaderClassName
{
color: #057E8E;
}
.AnyTagClassName
{
color: #057E8E;
}
</style>
background-color css
<style>
a { background-color: #057E8E; }
a { background-color: rgb(5,126,142); }
div.DivClassName
{
background-color: #057E8E;
}
.BgClassName
{
background-color: #057E8E;
}
</style>
border-color css
<style>
span { border-color: #057E8E; }
span { border-color: rgb(5,126,142); }
td.TdClassName
{
border-color: #057E8E;
}
.TagClassName
{
border-color: #057E8E;
}
</style>