Shades of Watercourse #057E52
Tints of Watercourse #057E52
RGB
CMYK
RGB Variations
Color information
#057E52 (or 0x057E52) is known color: Watercourse. HEX triplet: 05, 7E and 52. RGB value is (5,126,82). Sum of RGB (Red+Green+Blue) = 5+126+82=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 126 (49.61% from 255 or 59.15% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 126 - color contains mainly: green. Hex color #057E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E52 is #FA81AD. Grayscale: #545454. Windows color (decimal): -16417198 or 5406213. OLE color: 5406213.
HSL color Cylindrical-coordinate representation of color #057E52: hue angle of 158.18º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E52 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 82 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.51 |
| HSL | 158.18º | 0.92% | 0.26% | - |
| HSV(B) | 158.18º | 0.96% | 0.49% | - |
| XYZ | 9.05 | 15.56 | 10.51 | - |
| YUV | 84.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 82 | 0.96 | 0 | 0.35 | 0.51 | 158.18 | 0.92 | 0.26 |
| Hex | 5 | 7E | 52 | 60 | 0 | 23 | 33 | 9E | 5C | 1A |
| Octal | 5 | 176 | 122 | 140 | 0 | 43 | 63 | 236 | 134 | 32 |
| Binary | 101 | 1111110 | 1010010 | 1100000 | 0 | 100011 | 110011 | 10011110 | 1011100 | 11010 |
Color Harmonies of #057E52
Complementary color
Monochromatic Colors of #057E52
Black with #057E52
Text Example
Text Example
White with #057E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E52; }
p { color: rgb(5,126,82); }
H1.HeaderClassName
{
color: #057E52;
}
.AnyTagClassName
{
color: #057E52;
}
</style>
background-color css
<style>
a { background-color: #057E52; }
a { background-color: rgb(5,126,82); }
div.DivClassName
{
background-color: #057E52;
}
.BgClassName
{
background-color: #057E52;
}
</style>
border-color css
<style>
span { border-color: #057E52; }
span { border-color: rgb(5,126,82); }
td.TdClassName
{
border-color: #057E52;
}
.TagClassName
{
border-color: #057E52;
}
</style>