Shades of Watercourse #05644C
Tints of Watercourse #05644C
RGB
CMYK
RGB Variations
Color information
#05644C (or 0x05644C) is known color: Watercourse. HEX triplet: 05, 64 and 4C. RGB value is (5,100,76). Sum of RGB (Red+Green+Blue) = 5+100+76=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #05644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05644C is #FA9BB3. Grayscale: #444444. Windows color (decimal): -16423860 or 5006341. OLE color: 5006341.
HSL color Cylindrical-coordinate representation of color #05644C: hue angle of 164.84º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05644C is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 76 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.61 |
| HSL | 164.84º | 0.9% | 0.21% | - |
| HSV(B) | 164.84º | 0.95% | 0.39% | - |
| XYZ | 5.92 | 9.67 | 8.39 | - |
| YUV | 68.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 76 | 0.95 | 0 | 0.24 | 0.61 | 164.84 | 0.9 | 0.21 |
| Hex | 5 | 64 | 4C | 5F | 0 | 18 | 3D | A5 | 5A | 15 |
| Octal | 5 | 144 | 114 | 137 | 0 | 30 | 75 | 245 | 132 | 25 |
| Binary | 101 | 1100100 | 1001100 | 1011111 | 0 | 11000 | 111101 | 10100101 | 1011010 | 10101 |
Color Harmonies of #05644C
Complementary color
Monochromatic Colors of #05644C
Black with #05644C
Text Example
Text Example
White with #05644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05644C; }
p { color: rgb(5,100,76); }
H1.HeaderClassName
{
color: #05644C;
}
.AnyTagClassName
{
color: #05644C;
}
</style>
background-color css
<style>
a { background-color: #05644C; }
a { background-color: rgb(5,100,76); }
div.DivClassName
{
background-color: #05644C;
}
.BgClassName
{
background-color: #05644C;
}
</style>
border-color css
<style>
span { border-color: #05644C; }
span { border-color: rgb(5,100,76); }
td.TdClassName
{
border-color: #05644C;
}
.TagClassName
{
border-color: #05644C;
}
</style>