Shades of Watercourse #057851
Tints of Watercourse #057851
RGB
CMYK
RGB Variations
Color information
#057851 (or 0x057851) is known color: Watercourse. HEX triplet: 05, 78 and 51. RGB value is (5,120,81). Sum of RGB (Red+Green+Blue) = 5+120+81=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #057851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057851 is #FA87AE. Grayscale: #515151. Windows color (decimal): -16418735 or 5339141. OLE color: 5339141.
HSL color Cylindrical-coordinate representation of color #057851: hue angle of 159.65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057851 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 81 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.53 |
| HSL | 159.65º | 0.92% | 0.25% | - |
| HSV(B) | 159.65º | 0.96% | 0.47% | - |
| XYZ | 8.26 | 14.06 | 10.06 | - |
| YUV | 81.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 81 | 0.96 | 0 | 0.32 | 0.53 | 159.65 | 0.92 | 0.25 |
| Hex | 5 | 78 | 51 | 60 | 0 | 20 | 35 | A0 | 5C | 19 |
| Octal | 5 | 170 | 121 | 140 | 0 | 40 | 65 | 240 | 134 | 31 |
| Binary | 101 | 1111000 | 1010001 | 1100000 | 0 | 100000 | 110101 | 10100000 | 1011100 | 11001 |
Color Harmonies of #057851
Complementary color
Monochromatic Colors of #057851
Black with #057851
Text Example
Text Example
White with #057851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057851; }
p { color: rgb(5,120,81); }
H1.HeaderClassName
{
color: #057851;
}
.AnyTagClassName
{
color: #057851;
}
</style>
background-color css
<style>
a { background-color: #057851; }
a { background-color: rgb(5,120,81); }
div.DivClassName
{
background-color: #057851;
}
.BgClassName
{
background-color: #057851;
}
</style>
border-color css
<style>
span { border-color: #057851; }
span { border-color: rgb(5,120,81); }
td.TdClassName
{
border-color: #057851;
}
.TagClassName
{
border-color: #057851;
}
</style>