Shades of Watercourse #057A4D
Tints of Watercourse #057A4D
RGB
CMYK
RGB Variations
Color information
#057A4D (or 0x057A4D) is known color: Watercourse. HEX triplet: 05, 7A and 4D. RGB value is (5,122,77). Sum of RGB (Red+Green+Blue) = 5+122+77=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #057A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A4D is #FA85B2. Grayscale: #515151. Windows color (decimal): -16418227 or 5077509. OLE color: 5077509.
HSL color Cylindrical-coordinate representation of color #057A4D: hue angle of 156.92º 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 #057A4D is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 77 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.52 |
| HSL | 156.92º | 0.92% | 0.25% | - |
| HSV(B) | 156.92º | 0.96% | 0.48% | - |
| XYZ | 8.36 | 14.49 | 9.38 | - |
| YUV | 81.89 | 125.24 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 77 | 0.96 | 0 | 0.37 | 0.52 | 156.92 | 0.92 | 0.25 |
| Hex | 5 | 7A | 4D | 60 | 0 | 25 | 34 | 9D | 5C | 19 |
| Octal | 5 | 172 | 115 | 140 | 0 | 45 | 64 | 235 | 134 | 31 |
| Binary | 101 | 1111010 | 1001101 | 1100000 | 0 | 100101 | 110100 | 10011101 | 1011100 | 11001 |
Color Harmonies of #057A4D
Complementary color
Monochromatic Colors of #057A4D
Black with #057A4D
Text Example
Text Example
White with #057A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A4D; }
p { color: rgb(5,122,77); }
H1.HeaderClassName
{
color: #057A4D;
}
.AnyTagClassName
{
color: #057A4D;
}
</style>
background-color css
<style>
a { background-color: #057A4D; }
a { background-color: rgb(5,122,77); }
div.DivClassName
{
background-color: #057A4D;
}
.BgClassName
{
background-color: #057A4D;
}
</style>
border-color css
<style>
span { border-color: #057A4D; }
span { border-color: rgb(5,122,77); }
td.TdClassName
{
border-color: #057A4D;
}
.TagClassName
{
border-color: #057A4D;
}
</style>