Shades of Watercourse #057B54
Tints of Watercourse #057B54
RGB
CMYK
RGB Variations
Color information
#057B54 (or 0x057B54) is known color: Watercourse. HEX triplet: 05, 7B and 54. RGB value is (5,123,84). Sum of RGB (Red+Green+Blue) = 5+123+84=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #057B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B54 is #FA84AB. Grayscale: #535353. Windows color (decimal): -16417964 or 5536517. OLE color: 5536517.
HSL color Cylindrical-coordinate representation of color #057B54: hue angle of 160.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B54 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 84 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.52 |
| HSL | 160.17º | 0.92% | 0.25% | - |
| HSV(B) | 160.17º | 0.96% | 0.48% | - |
| XYZ | 8.75 | 14.84 | 10.79 | - |
| YUV | 83.27 | 128.41 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 84 | 0.96 | 0 | 0.32 | 0.52 | 160.17 | 0.92 | 0.25 |
| Hex | 5 | 7B | 54 | 60 | 0 | 20 | 34 | A0 | 5C | 19 |
| Octal | 5 | 173 | 124 | 140 | 0 | 40 | 64 | 240 | 134 | 31 |
| Binary | 101 | 1111011 | 1010100 | 1100000 | 0 | 100000 | 110100 | 10100000 | 1011100 | 11001 |
Color Harmonies of #057B54
Complementary color
Monochromatic Colors of #057B54
Black with #057B54
Text Example
Text Example
White with #057B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B54; }
p { color: rgb(5,123,84); }
H1.HeaderClassName
{
color: #057B54;
}
.AnyTagClassName
{
color: #057B54;
}
</style>
background-color css
<style>
a { background-color: #057B54; }
a { background-color: rgb(5,123,84); }
div.DivClassName
{
background-color: #057B54;
}
.BgClassName
{
background-color: #057B54;
}
</style>
border-color css
<style>
span { border-color: #057B54; }
span { border-color: rgb(5,123,84); }
td.TdClassName
{
border-color: #057B54;
}
.TagClassName
{
border-color: #057B54;
}
</style>