Shades of Watercourse #055845
Tints of Watercourse #055845
RGB
CMYK
RGB Variations
Color information
#055845 (or 0x055845) is known color: Watercourse. HEX triplet: 05, 58 and 45. RGB value is (5,88,69). Sum of RGB (Red+Green+Blue) = 5+88+69=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #055845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055845 is #FAA7BA. Grayscale: #3D3D3D. Windows color (decimal): -16426939 or 4544517. OLE color: 4544517.
HSL color Cylindrical-coordinate representation of color #055845: hue angle of 166.27º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055845 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 69 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.65 |
| HSL | 166.27º | 0.89% | 0.18% | - |
| HSV(B) | 166.27º | 0.94% | 0.35% | - |
| XYZ | 4.63 | 7.44 | 6.82 | - |
| YUV | 61.02 | 132.5 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 69 | 0.94 | 0 | 0.22 | 0.65 | 166.27 | 0.89 | 0.18 |
| Hex | 5 | 58 | 45 | 5E | 0 | 16 | 41 | A6 | 59 | 12 |
| Octal | 5 | 130 | 105 | 136 | 0 | 26 | 101 | 246 | 131 | 22 |
| Binary | 101 | 1011000 | 1000101 | 1011110 | 0 | 10110 | 1000001 | 10100110 | 1011001 | 10010 |
Color Harmonies of #055845
Complementary color
Monochromatic Colors of #055845
Black with #055845
Text Example
Text Example
White with #055845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055845; }
p { color: rgb(5,88,69); }
H1.HeaderClassName
{
color: #055845;
}
.AnyTagClassName
{
color: #055845;
}
</style>
background-color css
<style>
a { background-color: #055845; }
a { background-color: rgb(5,88,69); }
div.DivClassName
{
background-color: #055845;
}
.BgClassName
{
background-color: #055845;
}
</style>
border-color css
<style>
span { border-color: #055845; }
span { border-color: rgb(5,88,69); }
td.TdClassName
{
border-color: #055845;
}
.TagClassName
{
border-color: #055845;
}
</style>