Shades of Watercourse #005643
Tints of Watercourse #005643
RGB
CMYK
RGB Variations
Color information
#005643 (or 0x005643) is known color: Watercourse. HEX triplet: 00, 56 and 43. RGB value is (0,86,67). Sum of RGB (Red+Green+Blue) = 0+86+67=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #005643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005643 is #FFA9BC. Grayscale: #3A3A3A. Windows color (decimal): -16755133 or 4412928. OLE color: 4412928.
HSL color Cylindrical-coordinate representation of color #005643: hue angle of 166.74º 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 #005643 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 86 | 67 | - |
| CMYK | 1 | 0 | 0.22 | 0.66 |
| HSL | 166.74º | 1% | 0.17% | - |
| HSV(B) | 166.74º | 1% | 0.34% | - |
| XYZ | 4.34 | 7.06 | 6.44 | - |
| YUV | 58.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 67 | 1 | 0 | 0.22 | 0.66 | 166.74 | 1 | 0.17 |
| Hex | 0 | 56 | 43 | 64 | 0 | 16 | 42 | A7 | 64 | 11 |
| Octal | 0 | 126 | 103 | 144 | 0 | 26 | 102 | 247 | 144 | 21 |
| Binary | 0 | 1010110 | 1000011 | 1100100 | 0 | 10110 | 1000010 | 10100111 | 1100100 | 10001 |
Color Harmonies of #005643
Complementary color
Monochromatic Colors of #005643
Black with #005643
Text Example
Text Example
White with #005643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005643; }
p { color: rgb(0,86,67); }
H1.HeaderClassName
{
color: #005643;
}
.AnyTagClassName
{
color: #005643;
}
</style>
background-color css
<style>
a { background-color: #005643; }
a { background-color: rgb(0,86,67); }
div.DivClassName
{
background-color: #005643;
}
.BgClassName
{
background-color: #005643;
}
</style>
border-color css
<style>
span { border-color: #005643; }
span { border-color: rgb(0,86,67); }
td.TdClassName
{
border-color: #005643;
}
.TagClassName
{
border-color: #005643;
}
</style>