Shades of Watercourse #05754C
Tints of Watercourse #05754C
RGB
CMYK
RGB Variations
Color information
#05754C (or 0x05754C) is known color: Watercourse. HEX triplet: 05, 75 and 4C. RGB value is (5,117,76). Sum of RGB (Red+Green+Blue) = 5+117+76=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #05754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05754C is #FA8AB3. Grayscale: #4E4E4E. Windows color (decimal): -16419508 or 5010693. OLE color: 5010693.
HSL color Cylindrical-coordinate representation of color #05754C: hue angle of 158.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05754C is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 117 | 76 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.54 |
| HSL | 158.04º | 0.92% | 0.24% | - |
| HSV(B) | 158.04º | 0.96% | 0.46% | - |
| XYZ | 7.73 | 13.28 | 8.99 | - |
| YUV | 78.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 76 | 0.96 | 0 | 0.35 | 0.54 | 158.04 | 0.92 | 0.24 |
| Hex | 5 | 75 | 4C | 60 | 0 | 23 | 36 | 9E | 5C | 18 |
| Octal | 5 | 165 | 114 | 140 | 0 | 43 | 66 | 236 | 134 | 30 |
| Binary | 101 | 1110101 | 1001100 | 1100000 | 0 | 100011 | 110110 | 10011110 | 1011100 | 11000 |
Color Harmonies of #05754C
Complementary color
Monochromatic Colors of #05754C
Black with #05754C
Text Example
Text Example
White with #05754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05754C; }
p { color: rgb(5,117,76); }
H1.HeaderClassName
{
color: #05754C;
}
.AnyTagClassName
{
color: #05754C;
}
</style>
background-color css
<style>
a { background-color: #05754C; }
a { background-color: rgb(5,117,76); }
div.DivClassName
{
background-color: #05754C;
}
.BgClassName
{
background-color: #05754C;
}
</style>
border-color css
<style>
span { border-color: #05754C; }
span { border-color: rgb(5,117,76); }
td.TdClassName
{
border-color: #05754C;
}
.TagClassName
{
border-color: #05754C;
}
</style>