Shades of Watercourse #055C4B
Tints of Watercourse #055C4B
RGB
CMYK
RGB Variations
Color information
#055C4B (or 0x055C4B) is known color: Watercourse. HEX triplet: 05, 5C and 4B. RGB value is (5,92,75). Sum of RGB (Red+Green+Blue) = 5+92+75=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #055C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C4B is #FAA3B4. Grayscale: #404040. Windows color (decimal): -16425909 or 4938757. OLE color: 4938757.
HSL color Cylindrical-coordinate representation of color #055C4B: hue angle of 168.28º 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 #055C4B is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 75 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.64 |
| HSL | 168.28º | 0.9% | 0.19% | - |
| HSV(B) | 168.28º | 0.95% | 0.36% | - |
| XYZ | 5.16 | 8.19 | 7.97 | - |
| YUV | 64.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 75 | 0.95 | 0 | 0.18 | 0.64 | 168.28 | 0.9 | 0.19 |
| Hex | 5 | 5C | 4B | 5F | 0 | 12 | 40 | A8 | 5A | 13 |
| Octal | 5 | 134 | 113 | 137 | 0 | 22 | 100 | 250 | 132 | 23 |
| Binary | 101 | 1011100 | 1001011 | 1011111 | 0 | 10010 | 1000000 | 10101000 | 1011010 | 10011 |
Color Harmonies of #055C4B
Complementary color
Monochromatic Colors of #055C4B
Black with #055C4B
Text Example
Text Example
White with #055C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C4B; }
p { color: rgb(5,92,75); }
H1.HeaderClassName
{
color: #055C4B;
}
.AnyTagClassName
{
color: #055C4B;
}
</style>
background-color css
<style>
a { background-color: #055C4B; }
a { background-color: rgb(5,92,75); }
div.DivClassName
{
background-color: #055C4B;
}
.BgClassName
{
background-color: #055C4B;
}
</style>
border-color css
<style>
span { border-color: #055C4B; }
span { border-color: rgb(5,92,75); }
td.TdClassName
{
border-color: #055C4B;
}
.TagClassName
{
border-color: #055C4B;
}
</style>