Shades of Watercourse #057B52
Tints of Watercourse #057B52
RGB
CMYK
RGB Variations
Color information
#057B52 (or 0x057B52) is known color: Watercourse. HEX triplet: 05, 7B and 52. RGB value is (5,123,82). Sum of RGB (Red+Green+Blue) = 5+123+82=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #057B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B52 is #FA84AD. Grayscale: #535353. Windows color (decimal): -16417966 or 5405445. OLE color: 5405445.
HSL color Cylindrical-coordinate representation of color #057B52: hue angle of 159.15º 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 #057B52 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 82 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.52 |
| HSL | 159.15º | 0.92% | 0.25% | - |
| HSV(B) | 159.15º | 0.96% | 0.48% | - |
| XYZ | 8.67 | 14.81 | 10.38 | - |
| YUV | 83.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 82 | 0.96 | 0 | 0.33 | 0.52 | 159.15 | 0.92 | 0.25 |
| Hex | 5 | 7B | 52 | 60 | 0 | 21 | 34 | 9F | 5C | 19 |
| Octal | 5 | 173 | 122 | 140 | 0 | 41 | 64 | 237 | 134 | 31 |
| Binary | 101 | 1111011 | 1010010 | 1100000 | 0 | 100001 | 110100 | 10011111 | 1011100 | 11001 |
Color Harmonies of #057B52
Complementary color
Monochromatic Colors of #057B52
Black with #057B52
Text Example
Text Example
White with #057B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B52; }
p { color: rgb(5,123,82); }
H1.HeaderClassName
{
color: #057B52;
}
.AnyTagClassName
{
color: #057B52;
}
</style>
background-color css
<style>
a { background-color: #057B52; }
a { background-color: rgb(5,123,82); }
div.DivClassName
{
background-color: #057B52;
}
.BgClassName
{
background-color: #057B52;
}
</style>
border-color css
<style>
span { border-color: #057B52; }
span { border-color: rgb(5,123,82); }
td.TdClassName
{
border-color: #057B52;
}
.TagClassName
{
border-color: #057B52;
}
</style>