Shades of Watercourse #056B49
Tints of Watercourse #056B49
RGB
CMYK
RGB Variations
Color information
#056B49 (or 0x056B49) is known color: Watercourse. HEX triplet: 05, 6B and 49. RGB value is (5,107,73). Sum of RGB (Red+Green+Blue) = 5+107+73=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #056B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B49 is #FA94B6. Grayscale: #484848. Windows color (decimal): -16422071 or 4811525. OLE color: 4811525.
HSL color Cylindrical-coordinate representation of color #056B49: hue angle of 160º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B49 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 73 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.58 |
| HSL | 160º | 0.91% | 0.22% | - |
| HSV(B) | 160º | 0.95% | 0.42% | - |
| XYZ | 6.52 | 11.03 | 8.09 | - |
| YUV | 72.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 73 | 0.95 | 0 | 0.32 | 0.58 | 160 | 0.91 | 0.22 |
| Hex | 5 | 6B | 49 | 5F | 0 | 20 | 3A | A0 | 5B | 16 |
| Octal | 5 | 153 | 111 | 137 | 0 | 40 | 72 | 240 | 133 | 26 |
| Binary | 101 | 1101011 | 1001001 | 1011111 | 0 | 100000 | 111010 | 10100000 | 1011011 | 10110 |
Color Harmonies of #056B49
Complementary color
Monochromatic Colors of #056B49
Black with #056B49
Text Example
Text Example
White with #056B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B49; }
p { color: rgb(5,107,73); }
H1.HeaderClassName
{
color: #056B49;
}
.AnyTagClassName
{
color: #056B49;
}
</style>
background-color css
<style>
a { background-color: #056B49; }
a { background-color: rgb(5,107,73); }
div.DivClassName
{
background-color: #056B49;
}
.BgClassName
{
background-color: #056B49;
}
</style>
border-color css
<style>
span { border-color: #056B49; }
span { border-color: rgb(5,107,73); }
td.TdClassName
{
border-color: #056B49;
}
.TagClassName
{
border-color: #056B49;
}
</style>