Shades of Dark Cyan #057E8F
Tints of Dark Cyan #057E8F
RGB
CMYK
RGB Variations
Color information
#057E8F (or 0x057E8F) is known color: Dark Cyan. HEX triplet: 05, 7E and 8F. RGB value is (5,126,143). Sum of RGB (Red+Green+Blue) = 5+126+143=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #057E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057E8F is #FA8170. Grayscale: #5B5B5B. Windows color (decimal): -16417137 or 9403909. OLE color: 9403909.
HSL color Cylindrical-coordinate representation of color #057E8F: hue angle of 187.39º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057E8F is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 126 | 143 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.44 |
| HSL | 187.39º | 0.93% | 0.29% | - |
| HSV(B) | 187.39º | 0.97% | 0.56% | - |
| XYZ | 12.48 | 16.94 | 28.6 | - |
| YUV | 91.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 143 | 0.97 | 0.12 | 0 | 0.44 | 187.39 | 0.93 | 0.29 |
| Hex | 5 | 7E | 8F | 61 | C | 0 | 2C | BB | 5D | 1D |
| Octal | 5 | 176 | 217 | 141 | 14 | 0 | 54 | 273 | 135 | 35 |
| Binary | 101 | 1111110 | 10001111 | 1100001 | 1100 | 0 | 101100 | 10111011 | 1011101 | 11101 |
Color Harmonies of #057E8F
Complementary color
Monochromatic Colors of #057E8F
Black with #057E8F
Text Example
Text Example
White with #057E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E8F; }
p { color: rgb(5,126,143); }
H1.HeaderClassName
{
color: #057E8F;
}
.AnyTagClassName
{
color: #057E8F;
}
</style>
background-color css
<style>
a { background-color: #057E8F; }
a { background-color: rgb(5,126,143); }
div.DivClassName
{
background-color: #057E8F;
}
.BgClassName
{
background-color: #057E8F;
}
</style>
border-color css
<style>
span { border-color: #057E8F; }
span { border-color: rgb(5,126,143); }
td.TdClassName
{
border-color: #057E8F;
}
.TagClassName
{
border-color: #057E8F;
}
</style>