Shades of Watercourse #056851
Tints of Watercourse #056851
RGB
CMYK
RGB Variations
Color information
#056851 (or 0x056851) is known color: Watercourse. HEX triplet: 05, 68 and 51. RGB value is (5,104,81). Sum of RGB (Red+Green+Blue) = 5+104+81=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #056851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056851 is #FA97AE. Grayscale: #474747. Windows color (decimal): -16422831 or 5335045. OLE color: 5335045.
HSL color Cylindrical-coordinate representation of color #056851: hue angle of 166.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056851 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 81 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.59 |
| HSL | 166.06º | 0.91% | 0.21% | - |
| HSV(B) | 166.06º | 0.95% | 0.41% | - |
| XYZ | 6.5 | 10.53 | 9.47 | - |
| YUV | 71.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 81 | 0.95 | 0 | 0.22 | 0.59 | 166.06 | 0.91 | 0.21 |
| Hex | 5 | 68 | 51 | 5F | 0 | 16 | 3B | A6 | 5B | 15 |
| Octal | 5 | 150 | 121 | 137 | 0 | 26 | 73 | 246 | 133 | 25 |
| Binary | 101 | 1101000 | 1010001 | 1011111 | 0 | 10110 | 111011 | 10100110 | 1011011 | 10101 |
Color Harmonies of #056851
Complementary color
Monochromatic Colors of #056851
Black with #056851
Text Example
Text Example
White with #056851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056851; }
p { color: rgb(5,104,81); }
H1.HeaderClassName
{
color: #056851;
}
.AnyTagClassName
{
color: #056851;
}
</style>
background-color css
<style>
a { background-color: #056851; }
a { background-color: rgb(5,104,81); }
div.DivClassName
{
background-color: #056851;
}
.BgClassName
{
background-color: #056851;
}
</style>
border-color css
<style>
span { border-color: #056851; }
span { border-color: rgb(5,104,81); }
td.TdClassName
{
border-color: #056851;
}
.TagClassName
{
border-color: #056851;
}
</style>