Shades of Watercourse #055D46
Tints of Watercourse #055D46
RGB
CMYK
RGB Variations
Color information
#055D46 (or 0x055D46) is known color: Watercourse. HEX triplet: 05, 5D and 46. RGB value is (5,93,70). Sum of RGB (Red+Green+Blue) = 5+93+70=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #055D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D46 is #FAA2B9. Grayscale: #404040. Windows color (decimal): -16425658 or 4611333. OLE color: 4611333.
HSL color Cylindrical-coordinate representation of color #055D46: hue angle of 164.32º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D46 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 70 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.64 |
| HSL | 164.32º | 0.9% | 0.19% | - |
| HSV(B) | 164.32º | 0.95% | 0.36% | - |
| XYZ | 5.08 | 8.3 | 7.13 | - |
| YUV | 64.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 70 | 0.95 | 0 | 0.25 | 0.64 | 164.32 | 0.9 | 0.19 |
| Hex | 5 | 5D | 46 | 5F | 0 | 19 | 40 | A4 | 5A | 13 |
| Octal | 5 | 135 | 106 | 137 | 0 | 31 | 100 | 244 | 132 | 23 |
| Binary | 101 | 1011101 | 1000110 | 1011111 | 0 | 11001 | 1000000 | 10100100 | 1011010 | 10011 |
Color Harmonies of #055D46
Complementary color
Monochromatic Colors of #055D46
Black with #055D46
Text Example
Text Example
White with #055D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D46; }
p { color: rgb(5,93,70); }
H1.HeaderClassName
{
color: #055D46;
}
.AnyTagClassName
{
color: #055D46;
}
</style>
background-color css
<style>
a { background-color: #055D46; }
a { background-color: rgb(5,93,70); }
div.DivClassName
{
background-color: #055D46;
}
.BgClassName
{
background-color: #055D46;
}
</style>
border-color css
<style>
span { border-color: #055D46; }
span { border-color: rgb(5,93,70); }
td.TdClassName
{
border-color: #055D46;
}
.TagClassName
{
border-color: #055D46;
}
</style>