Shades of Watercourse #056449
Tints of Watercourse #056449
RGB
CMYK
RGB Variations
Color information
#056449 (or 0x056449) is known color: Watercourse. HEX triplet: 05, 64 and 49. RGB value is (5,100,73). Sum of RGB (Red+Green+Blue) = 5+100+73=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 100 (39.45% from 255 or 56.18% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 100 - color contains mainly: green. Hex color #056449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056449 is #FA9BB6. Grayscale: #444444. Windows color (decimal): -16423863 or 4809733. OLE color: 4809733.
HSL color Cylindrical-coordinate representation of color #056449: hue angle of 162.95º 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 #056449 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 73 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.61 |
| HSL | 162.95º | 0.9% | 0.21% | - |
| HSV(B) | 162.95º | 0.95% | 0.39% | - |
| XYZ | 5.82 | 9.63 | 7.85 | - |
| YUV | 68.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 73 | 0.95 | 0 | 0.27 | 0.61 | 162.95 | 0.9 | 0.21 |
| Hex | 5 | 64 | 49 | 5F | 0 | 1B | 3D | A3 | 5A | 15 |
| Octal | 5 | 144 | 111 | 137 | 0 | 33 | 75 | 243 | 132 | 25 |
| Binary | 101 | 1100100 | 1001001 | 1011111 | 0 | 11011 | 111101 | 10100011 | 1011010 | 10101 |
Color Harmonies of #056449
Complementary color
Monochromatic Colors of #056449
Black with #056449
Text Example
Text Example
White with #056449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056449; }
p { color: rgb(5,100,73); }
H1.HeaderClassName
{
color: #056449;
}
.AnyTagClassName
{
color: #056449;
}
</style>
background-color css
<style>
a { background-color: #056449; }
a { background-color: rgb(5,100,73); }
div.DivClassName
{
background-color: #056449;
}
.BgClassName
{
background-color: #056449;
}
</style>
border-color css
<style>
span { border-color: #056449; }
span { border-color: rgb(5,100,73); }
td.TdClassName
{
border-color: #056449;
}
.TagClassName
{
border-color: #056449;
}
</style>