Shades of Watercourse #055E43
Tints of Watercourse #055E43
RGB
CMYK
RGB Variations
Color information
#055E43 (or 0x055E43) is known color: Watercourse. HEX triplet: 05, 5E and 43. RGB value is (5,94,67). Sum of RGB (Red+Green+Blue) = 5+94+67=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #055E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E43 is #FAA1BC. Grayscale: #404040. Windows color (decimal): -16425405 or 4414981. OLE color: 4414981.
HSL color Cylindrical-coordinate representation of color #055E43: hue angle of 161.8º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E43 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 94 | 67 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.63 |
| HSL | 161.8º | 0.9% | 0.19% | - |
| HSV(B) | 161.8º | 0.95% | 0.37% | - |
| XYZ | 5.08 | 8.44 | 6.67 | - |
| YUV | 64.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 67 | 0.95 | 0 | 0.29 | 0.63 | 161.8 | 0.9 | 0.19 |
| Hex | 5 | 5E | 43 | 5F | 0 | 1D | 3F | A2 | 5A | 13 |
| Octal | 5 | 136 | 103 | 137 | 0 | 35 | 77 | 242 | 132 | 23 |
| Binary | 101 | 1011110 | 1000011 | 1011111 | 0 | 11101 | 111111 | 10100010 | 1011010 | 10011 |
Color Harmonies of #055E43
Complementary color
Monochromatic Colors of #055E43
Black with #055E43
Text Example
Text Example
White with #055E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E43; }
p { color: rgb(5,94,67); }
H1.HeaderClassName
{
color: #055E43;
}
.AnyTagClassName
{
color: #055E43;
}
</style>
background-color css
<style>
a { background-color: #055E43; }
a { background-color: rgb(5,94,67); }
div.DivClassName
{
background-color: #055E43;
}
.BgClassName
{
background-color: #055E43;
}
</style>
border-color css
<style>
span { border-color: #055E43; }
span { border-color: rgb(5,94,67); }
td.TdClassName
{
border-color: #055E43;
}
.TagClassName
{
border-color: #055E43;
}
</style>