Shades of Watercourse #057A53
Tints of Watercourse #057A53
RGB
CMYK
RGB Variations
Color information
#057A53 (or 0x057A53) is known color: Watercourse. HEX triplet: 05, 7A and 53. RGB value is (5,122,83). Sum of RGB (Red+Green+Blue) = 5+122+83=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #057A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A53 is #FA85AC. Grayscale: #525252. Windows color (decimal): -16418221 or 5470725. OLE color: 5470725.
HSL color Cylindrical-coordinate representation of color #057A53: hue angle of 160º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A53 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 83 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.52 |
| HSL | 160º | 0.92% | 0.25% | - |
| HSV(B) | 160º | 0.96% | 0.48% | - |
| XYZ | 8.58 | 14.58 | 10.54 | - |
| YUV | 82.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 83 | 0.96 | 0 | 0.32 | 0.52 | 160 | 0.92 | 0.25 |
| Hex | 5 | 7A | 53 | 60 | 0 | 20 | 34 | A0 | 5C | 19 |
| Octal | 5 | 172 | 123 | 140 | 0 | 40 | 64 | 240 | 134 | 31 |
| Binary | 101 | 1111010 | 1010011 | 1100000 | 0 | 100000 | 110100 | 10100000 | 1011100 | 11001 |
Color Harmonies of #057A53
Complementary color
Monochromatic Colors of #057A53
Black with #057A53
Text Example
Text Example
White with #057A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A53; }
p { color: rgb(5,122,83); }
H1.HeaderClassName
{
color: #057A53;
}
.AnyTagClassName
{
color: #057A53;
}
</style>
background-color css
<style>
a { background-color: #057A53; }
a { background-color: rgb(5,122,83); }
div.DivClassName
{
background-color: #057A53;
}
.BgClassName
{
background-color: #057A53;
}
</style>
border-color css
<style>
span { border-color: #057A53; }
span { border-color: rgb(5,122,83); }
td.TdClassName
{
border-color: #057A53;
}
.TagClassName
{
border-color: #057A53;
}
</style>