Shades of Watercourse #057256
Tints of Watercourse #057256
RGB
CMYK
RGB Variations
Color information
#057256 (or 0x057256) is known color: Watercourse. HEX triplet: 05, 72 and 56. RGB value is (5,114,86). Sum of RGB (Red+Green+Blue) = 5+114+86=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #057256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057256 is #FA8DA9. Grayscale: #4E4E4E. Windows color (decimal): -16420266 or 5665285. OLE color: 5665285.
HSL color Cylindrical-coordinate representation of color #057256: hue angle of 164.59º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057256 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 86 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.55 |
| HSL | 164.59º | 0.92% | 0.23% | - |
| HSV(B) | 164.59º | 0.96% | 0.45% | - |
| XYZ | 7.76 | 12.74 | 10.85 | - |
| YUV | 78.22 | 132.39 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 86 | 0.96 | 0 | 0.25 | 0.55 | 164.59 | 0.92 | 0.23 |
| Hex | 5 | 72 | 56 | 60 | 0 | 19 | 37 | A5 | 5C | 17 |
| Octal | 5 | 162 | 126 | 140 | 0 | 31 | 67 | 245 | 134 | 27 |
| Binary | 101 | 1110010 | 1010110 | 1100000 | 0 | 11001 | 110111 | 10100101 | 1011100 | 10111 |
Color Harmonies of #057256
Complementary color
Monochromatic Colors of #057256
Black with #057256
Text Example
Text Example
White with #057256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057256; }
p { color: rgb(5,114,86); }
H1.HeaderClassName
{
color: #057256;
}
.AnyTagClassName
{
color: #057256;
}
</style>
background-color css
<style>
a { background-color: #057256; }
a { background-color: rgb(5,114,86); }
div.DivClassName
{
background-color: #057256;
}
.BgClassName
{
background-color: #057256;
}
</style>
border-color css
<style>
span { border-color: #057256; }
span { border-color: rgb(5,114,86); }
td.TdClassName
{
border-color: #057256;
}
.TagClassName
{
border-color: #057256;
}
</style>