Shades of Watercourse #055D4A
Tints of Watercourse #055D4A
RGB
CMYK
RGB Variations
Color information
#055D4A (or 0x055D4A) is known color: Watercourse. HEX triplet: 05, 5D and 4A. RGB value is (5,93,74). Sum of RGB (Red+Green+Blue) = 5+93+74=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #055D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D4A is #FAA2B5. Grayscale: #404040. Windows color (decimal): -16425654 or 4873477. OLE color: 4873477.
HSL color Cylindrical-coordinate representation of color #055D4A: hue angle of 167.05º 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 #055D4A is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 74 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.64 |
| HSL | 167.05º | 0.9% | 0.19% | - |
| HSV(B) | 167.05º | 0.95% | 0.36% | - |
| XYZ | 5.21 | 8.36 | 7.82 | - |
| YUV | 64.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 74 | 0.95 | 0 | 0.20 | 0.64 | 167.05 | 0.9 | 0.19 |
| Hex | 5 | 5D | 4A | 5F | 0 | 14 | 40 | A7 | 5A | 13 |
| Octal | 5 | 135 | 112 | 137 | 0 | 24 | 100 | 247 | 132 | 23 |
| Binary | 101 | 1011101 | 1001010 | 1011111 | 0 | 10100 | 1000000 | 10100111 | 1011010 | 10011 |
Color Harmonies of #055D4A
Complementary color
Monochromatic Colors of #055D4A
Black with #055D4A
Text Example
Text Example
White with #055D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D4A; }
p { color: rgb(5,93,74); }
H1.HeaderClassName
{
color: #055D4A;
}
.AnyTagClassName
{
color: #055D4A;
}
</style>
background-color css
<style>
a { background-color: #055D4A; }
a { background-color: rgb(5,93,74); }
div.DivClassName
{
background-color: #055D4A;
}
.BgClassName
{
background-color: #055D4A;
}
</style>
border-color css
<style>
span { border-color: #055D4A; }
span { border-color: rgb(5,93,74); }
td.TdClassName
{
border-color: #055D4A;
}
.TagClassName
{
border-color: #055D4A;
}
</style>