Shades of Watercourse #005644
Tints of Watercourse #005644
RGB
CMYK
RGB Variations
Color information
#005644 (or 0x005644) is known color: Watercourse. HEX triplet: 00, 56 and 44. RGB value is (0,86,68). Sum of RGB (Red+Green+Blue) = 0+86+68=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #005644 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005644 is #FFA9BB. Grayscale: #3A3A3A. Windows color (decimal): -16755132 or 4478464. OLE color: 4478464.
HSL color Cylindrical-coordinate representation of color #005644: hue angle of 167.44º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005644 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 86 | 68 | - |
| CMYK | 1 | 0 | 0.21 | 0.66 |
| HSL | 167.44º | 1% | 0.17% | - |
| HSV(B) | 167.44º | 1% | 0.34% | - |
| XYZ | 4.37 | 7.07 | 6.6 | - |
| YUV | 58.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 68 | 1 | 0 | 0.21 | 0.66 | 167.44 | 1 | 0.17 |
| Hex | 0 | 56 | 44 | 64 | 0 | 15 | 42 | A7 | 64 | 11 |
| Octal | 0 | 126 | 104 | 144 | 0 | 25 | 102 | 247 | 144 | 21 |
| Binary | 0 | 1010110 | 1000100 | 1100100 | 0 | 10101 | 1000010 | 10100111 | 1100100 | 10001 |
Color Harmonies of #005644
Complementary color
Monochromatic Colors of #005644
Black with #005644
Text Example
Text Example
White with #005644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005644; }
p { color: rgb(0,86,68); }
H1.HeaderClassName
{
color: #005644;
}
.AnyTagClassName
{
color: #005644;
}
</style>
background-color css
<style>
a { background-color: #005644; }
a { background-color: rgb(0,86,68); }
div.DivClassName
{
background-color: #005644;
}
.BgClassName
{
background-color: #005644;
}
</style>
border-color css
<style>
span { border-color: #005644; }
span { border-color: rgb(0,86,68); }
td.TdClassName
{
border-color: #005644;
}
.TagClassName
{
border-color: #005644;
}
</style>