Shades of Watercourse #005B43
Tints of Watercourse #005B43
RGB
CMYK
RGB Variations
Color information
#005B43 (or 0x005B43) is known color: Watercourse. HEX triplet: 00, 5B and 43. RGB value is (0,91,67). Sum of RGB (Red+Green+Blue) = 0+91+67=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #005B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B43 is #FFA4BC. Grayscale: #3D3D3D. Windows color (decimal): -16753853 or 4414208. OLE color: 4414208.
HSL color Cylindrical-coordinate representation of color #005B43: hue angle of 164.18º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B43 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 67 | - |
| CMYK | 1 | 0 | 0.26 | 0.64 |
| HSL | 164.18º | 1% | 0.18% | - |
| HSV(B) | 164.18º | 1% | 0.36% | - |
| XYZ | 4.75 | 7.89 | 6.58 | - |
| YUV | 61.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 67 | 1 | 0 | 0.26 | 0.64 | 164.18 | 1 | 0.18 |
| Hex | 0 | 5B | 43 | 64 | 0 | 1A | 40 | A4 | 64 | 12 |
| Octal | 0 | 133 | 103 | 144 | 0 | 32 | 100 | 244 | 144 | 22 |
| Binary | 0 | 1011011 | 1000011 | 1100100 | 0 | 11010 | 1000000 | 10100100 | 1100100 | 10010 |
Color Harmonies of #005B43
Complementary color
Monochromatic Colors of #005B43
Black with #005B43
Text Example
Text Example
White with #005B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B43; }
p { color: rgb(0,91,67); }
H1.HeaderClassName
{
color: #005B43;
}
.AnyTagClassName
{
color: #005B43;
}
</style>
background-color css
<style>
a { background-color: #005B43; }
a { background-color: rgb(0,91,67); }
div.DivClassName
{
background-color: #005B43;
}
.BgClassName
{
background-color: #005B43;
}
</style>
border-color css
<style>
span { border-color: #005B43; }
span { border-color: rgb(0,91,67); }
td.TdClassName
{
border-color: #005B43;
}
.TagClassName
{
border-color: #005B43;
}
</style>