Shades of Watercourse #057246
Tints of Watercourse #057246
RGB
CMYK
RGB Variations
Color information
#057246 (or 0x057246) is known color: Watercourse. HEX triplet: 05, 72 and 46. RGB value is (5,114,70). Sum of RGB (Red+Green+Blue) = 5+114+70=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #057246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057246 is #FA8DB9. Grayscale: #4C4C4C. Windows color (decimal): -16420282 or 4616709. OLE color: 4616709.
HSL color Cylindrical-coordinate representation of color #057246: hue angle of 155.78º 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 #057246 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 70 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.55 |
| HSL | 155.78º | 0.92% | 0.23% | - |
| HSV(B) | 155.78º | 0.96% | 0.45% | - |
| XYZ | 7.19 | 12.51 | 7.83 | - |
| YUV | 76.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 70 | 0.96 | 0 | 0.39 | 0.55 | 155.78 | 0.92 | 0.23 |
| Hex | 5 | 72 | 46 | 60 | 0 | 27 | 37 | 9C | 5C | 17 |
| Octal | 5 | 162 | 106 | 140 | 0 | 47 | 67 | 234 | 134 | 27 |
| Binary | 101 | 1110010 | 1000110 | 1100000 | 0 | 100111 | 110111 | 10011100 | 1011100 | 10111 |
Color Harmonies of #057246
Complementary color
Monochromatic Colors of #057246
Black with #057246
Text Example
Text Example
White with #057246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057246; }
p { color: rgb(5,114,70); }
H1.HeaderClassName
{
color: #057246;
}
.AnyTagClassName
{
color: #057246;
}
</style>
background-color css
<style>
a { background-color: #057246; }
a { background-color: rgb(5,114,70); }
div.DivClassName
{
background-color: #057246;
}
.BgClassName
{
background-color: #057246;
}
</style>
border-color css
<style>
span { border-color: #057246; }
span { border-color: rgb(5,114,70); }
td.TdClassName
{
border-color: #057246;
}
.TagClassName
{
border-color: #057246;
}
</style>