Shades of Watercourse #005640
Tints of Watercourse #005640
RGB
CMYK
RGB Variations
Color information
#005640 (or 0x005640) is known color: Watercourse. HEX triplet: 00, 56 and 40. RGB value is (0,86,64). Sum of RGB (Red+Green+Blue) = 0+86+64=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #005640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005640 is #FFA9BF. Grayscale: #393939. Windows color (decimal): -16755136 or 4216320. OLE color: 4216320.
HSL color Cylindrical-coordinate representation of color #005640: hue angle of 164.65º 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 #005640 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 86 | 64 | - |
| CMYK | 1 | 0 | 0.26 | 0.66 |
| HSL | 164.65º | 1% | 0.17% | - |
| HSV(B) | 164.65º | 1% | 0.34% | - |
| XYZ | 4.25 | 7.03 | 5.98 | - |
| YUV | 57.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 64 | 1 | 0 | 0.26 | 0.66 | 164.65 | 1 | 0.17 |
| Hex | 0 | 56 | 40 | 64 | 0 | 1A | 42 | A5 | 64 | 11 |
| Octal | 0 | 126 | 100 | 144 | 0 | 32 | 102 | 245 | 144 | 21 |
| Binary | 0 | 1010110 | 1000000 | 1100100 | 0 | 11010 | 1000010 | 10100101 | 1100100 | 10001 |
Color Harmonies of #005640
Complementary color
Monochromatic Colors of #005640
Black with #005640
Text Example
Text Example
White with #005640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005640; }
p { color: rgb(0,86,64); }
H1.HeaderClassName
{
color: #005640;
}
.AnyTagClassName
{
color: #005640;
}
</style>
background-color css
<style>
a { background-color: #005640; }
a { background-color: rgb(0,86,64); }
div.DivClassName
{
background-color: #005640;
}
.BgClassName
{
background-color: #005640;
}
</style>
border-color css
<style>
span { border-color: #005640; }
span { border-color: rgb(0,86,64); }
td.TdClassName
{
border-color: #005640;
}
.TagClassName
{
border-color: #005640;
}
</style>