Shades of Watercourse #056344
Tints of Watercourse #056344
RGB
CMYK
RGB Variations
Color information
#056344 (or 0x056344) is known color: Watercourse. HEX triplet: 05, 63 and 44. RGB value is (5,99,68). Sum of RGB (Red+Green+Blue) = 5+99+68=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #056344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056344 is #FA9CBB. Grayscale: #434343. Windows color (decimal): -16424124 or 4481797. OLE color: 4481797.
HSL color Cylindrical-coordinate representation of color #056344: hue angle of 160.21º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056344 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 68 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.61 |
| HSL | 160.21º | 0.9% | 0.2% | - |
| HSV(B) | 160.21º | 0.95% | 0.39% | - |
| XYZ | 5.57 | 9.37 | 6.98 | - |
| YUV | 67.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 68 | 0.95 | 0 | 0.31 | 0.61 | 160.21 | 0.9 | 0.2 |
| Hex | 5 | 63 | 44 | 5F | 0 | 1F | 3D | A0 | 5A | 14 |
| Octal | 5 | 143 | 104 | 137 | 0 | 37 | 75 | 240 | 132 | 24 |
| Binary | 101 | 1100011 | 1000100 | 1011111 | 0 | 11111 | 111101 | 10100000 | 1011010 | 10100 |
Color Harmonies of #056344
Complementary color
Monochromatic Colors of #056344
Black with #056344
Text Example
Text Example
White with #056344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056344; }
p { color: rgb(5,99,68); }
H1.HeaderClassName
{
color: #056344;
}
.AnyTagClassName
{
color: #056344;
}
</style>
background-color css
<style>
a { background-color: #056344; }
a { background-color: rgb(5,99,68); }
div.DivClassName
{
background-color: #056344;
}
.BgClassName
{
background-color: #056344;
}
</style>
border-color css
<style>
span { border-color: #056344; }
span { border-color: rgb(5,99,68); }
td.TdClassName
{
border-color: #056344;
}
.TagClassName
{
border-color: #056344;
}
</style>