Shades of Watercourse #055C49
Tints of Watercourse #055C49
RGB
CMYK
RGB Variations
Color information
#055C49 (or 0x055C49) is known color: Watercourse. HEX triplet: 05, 5C and 49. RGB value is (5,92,73). Sum of RGB (Red+Green+Blue) = 5+92+73=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #055C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C49 is #FAA3B6. Grayscale: #3F3F3F. Windows color (decimal): -16425911 or 4807685. OLE color: 4807685.
HSL color Cylindrical-coordinate representation of color #055C49: hue angle of 166.9º 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 #055C49 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 73 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.64 |
| HSL | 166.9º | 0.9% | 0.19% | - |
| HSV(B) | 166.9º | 0.95% | 0.36% | - |
| XYZ | 5.09 | 8.17 | 7.61 | - |
| YUV | 63.82 | 133.18 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 73 | 0.95 | 0 | 0.21 | 0.64 | 166.9 | 0.9 | 0.19 |
| Hex | 5 | 5C | 49 | 5F | 0 | 15 | 40 | A7 | 5A | 13 |
| Octal | 5 | 134 | 111 | 137 | 0 | 25 | 100 | 247 | 132 | 23 |
| Binary | 101 | 1011100 | 1001001 | 1011111 | 0 | 10101 | 1000000 | 10100111 | 1011010 | 10011 |
Color Harmonies of #055C49
Complementary color
Monochromatic Colors of #055C49
Black with #055C49
Text Example
Text Example
White with #055C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C49; }
p { color: rgb(5,92,73); }
H1.HeaderClassName
{
color: #055C49;
}
.AnyTagClassName
{
color: #055C49;
}
</style>
background-color css
<style>
a { background-color: #055C49; }
a { background-color: rgb(5,92,73); }
div.DivClassName
{
background-color: #055C49;
}
.BgClassName
{
background-color: #055C49;
}
</style>
border-color css
<style>
span { border-color: #055C49; }
span { border-color: rgb(5,92,73); }
td.TdClassName
{
border-color: #055C49;
}
.TagClassName
{
border-color: #055C49;
}
</style>