Shades of Cactus #576F50
Tints of Cactus #576F50
RGB
CMYK
RGB Variations
Color information
#576F50 (or 0x576F50) is known color: Cactus. HEX triplet: 57, 6F and 50. RGB value is (87,111,80). Sum of RGB (Red+Green+Blue) = 87+111+80=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #576F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F50 is #A890AF. Grayscale: #646464. Windows color (decimal): -11047088 or 5271383. OLE color: 5271383.
HSL color Cylindrical-coordinate representation of color #576F50: hue angle of 106.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #576F50 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 80 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.56 |
| HSL | 106.45º | 0.16% | 0.37% | - |
| HSV(B) | 106.45º | 0.28% | 0.44% | - |
| XYZ | 11.06 | 13.97 | 9.7 | - |
| YUV | 100.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 80 | 0.22 | 0 | 0.28 | 0.56 | 106.45 | 0.16 | 0.37 |
| Hex | 57 | 6F | 50 | 16 | 0 | 1C | 38 | 6A | 10 | 25 |
| Octal | 127 | 157 | 120 | 26 | 0 | 34 | 70 | 152 | 20 | 45 |
| Binary | 1010111 | 1101111 | 1010000 | 10110 | 0 | 11100 | 111000 | 1101010 | 10000 | 100101 |
Color Harmonies of #576F50
Complementary color
Monochromatic Colors of #576F50
Black with #576F50
Text Example
Text Example
White with #576F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F50; }
p { color: rgb(87,111,80); }
H1.HeaderClassName
{
color: #576F50;
}
.AnyTagClassName
{
color: #576F50;
}
</style>
background-color css
<style>
a { background-color: #576F50; }
a { background-color: rgb(87,111,80); }
div.DivClassName
{
background-color: #576F50;
}
.BgClassName
{
background-color: #576F50;
}
</style>
border-color css
<style>
span { border-color: #576F50; }
span { border-color: rgb(87,111,80); }
td.TdClassName
{
border-color: #576F50;
}
.TagClassName
{
border-color: #576F50;
}
</style>