Shades of Watercourse #056448
Tints of Watercourse #056448
RGB
CMYK
RGB Variations
Color information
#056448 (or 0x056448) is known color: Watercourse. HEX triplet: 05, 64 and 48. RGB value is (5,100,72). Sum of RGB (Red+Green+Blue) = 5+100+72=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #056448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056448 is #FA9BB7. Grayscale: #444444. Windows color (decimal): -16423864 or 4744197. OLE color: 4744197.
HSL color Cylindrical-coordinate representation of color #056448: hue angle of 162.32º 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 #056448 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 72 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.61 |
| HSL | 162.32º | 0.9% | 0.21% | - |
| HSV(B) | 162.32º | 0.95% | 0.39% | - |
| XYZ | 5.79 | 9.61 | 7.68 | - |
| YUV | 68.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 72 | 0.95 | 0 | 0.28 | 0.61 | 162.32 | 0.9 | 0.21 |
| Hex | 5 | 64 | 48 | 5F | 0 | 1C | 3D | A2 | 5A | 15 |
| Octal | 5 | 144 | 110 | 137 | 0 | 34 | 75 | 242 | 132 | 25 |
| Binary | 101 | 1100100 | 1001000 | 1011111 | 0 | 11100 | 111101 | 10100010 | 1011010 | 10101 |
Color Harmonies of #056448
Complementary color
Monochromatic Colors of #056448
Black with #056448
Text Example
Text Example
White with #056448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056448; }
p { color: rgb(5,100,72); }
H1.HeaderClassName
{
color: #056448;
}
.AnyTagClassName
{
color: #056448;
}
</style>
background-color css
<style>
a { background-color: #056448; }
a { background-color: rgb(5,100,72); }
div.DivClassName
{
background-color: #056448;
}
.BgClassName
{
background-color: #056448;
}
</style>
border-color css
<style>
span { border-color: #056448; }
span { border-color: rgb(5,100,72); }
td.TdClassName
{
border-color: #056448;
}
.TagClassName
{
border-color: #056448;
}
</style>