Shades of Watercourse #057B4B
Tints of Watercourse #057B4B
RGB
CMYK
RGB Variations
Color information
#057B4B (or 0x057B4B) is known color: Watercourse. HEX triplet: 05, 7B and 4B. RGB value is (5,123,75). Sum of RGB (Red+Green+Blue) = 5+123+75=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 123 (48.44% from 255 or 60.59% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 123 - color contains mainly: green. Hex color #057B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B4B is #FA84B4. Grayscale: #525252. Windows color (decimal): -16417973 or 4946693. OLE color: 4946693.
HSL color Cylindrical-coordinate representation of color #057B4B: hue angle of 155.59º 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 #057B4B is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 75 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.52 |
| HSL | 155.59º | 0.92% | 0.25% | - |
| HSV(B) | 155.59º | 0.96% | 0.48% | - |
| XYZ | 8.42 | 14.71 | 9.05 | - |
| YUV | 82.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 75 | 0.96 | 0 | 0.39 | 0.52 | 155.59 | 0.92 | 0.25 |
| Hex | 5 | 7B | 4B | 60 | 0 | 27 | 34 | 9C | 5C | 19 |
| Octal | 5 | 173 | 113 | 140 | 0 | 47 | 64 | 234 | 134 | 31 |
| Binary | 101 | 1111011 | 1001011 | 1100000 | 0 | 100111 | 110100 | 10011100 | 1011100 | 11001 |
Color Harmonies of #057B4B
Complementary color
Monochromatic Colors of #057B4B
Black with #057B4B
Text Example
Text Example
White with #057B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B4B; }
p { color: rgb(5,123,75); }
H1.HeaderClassName
{
color: #057B4B;
}
.AnyTagClassName
{
color: #057B4B;
}
</style>
background-color css
<style>
a { background-color: #057B4B; }
a { background-color: rgb(5,123,75); }
div.DivClassName
{
background-color: #057B4B;
}
.BgClassName
{
background-color: #057B4B;
}
</style>
border-color css
<style>
span { border-color: #057B4B; }
span { border-color: rgb(5,123,75); }
td.TdClassName
{
border-color: #057B4B;
}
.TagClassName
{
border-color: #057B4B;
}
</style>