Shades of Cactus #576851
Tints of Cactus #576851
RGB
CMYK
RGB Variations
Color information
#576851 (or 0x576851) is known color: Cactus. HEX triplet: 57, 68 and 51. RGB value is (87,104,81). Sum of RGB (Red+Green+Blue) = 87+104+81=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #576851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576851 is #A897AE. Grayscale: #606060. Windows color (decimal): -11048879 or 5335127. OLE color: 5335127.
HSL color Cylindrical-coordinate representation of color #576851: hue angle of 104.35º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576851 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 104 | 81 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.59 |
| HSL | 104.35º | 0.12% | 0.36% | - |
| HSV(B) | 104.35º | 0.22% | 0.41% | - |
| XYZ | 10.37 | 12.52 | 9.66 | - |
| YUV | 96.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 81 | 0.16 | 0 | 0.22 | 0.59 | 104.35 | 0.12 | 0.36 |
| Hex | 57 | 68 | 51 | 10 | 0 | 16 | 3B | 68 | C | 24 |
| Octal | 127 | 150 | 121 | 20 | 0 | 26 | 73 | 150 | 14 | 44 |
| Binary | 1010111 | 1101000 | 1010001 | 10000 | 0 | 10110 | 111011 | 1101000 | 1100 | 100100 |
Color Harmonies of #576851
Complementary color
Monochromatic Colors of #576851
Black with #576851
Text Example
Text Example
White with #576851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576851; }
p { color: rgb(87,104,81); }
H1.HeaderClassName
{
color: #576851;
}
.AnyTagClassName
{
color: #576851;
}
</style>
background-color css
<style>
a { background-color: #576851; }
a { background-color: rgb(87,104,81); }
div.DivClassName
{
background-color: #576851;
}
.BgClassName
{
background-color: #576851;
}
</style>
border-color css
<style>
span { border-color: #576851; }
span { border-color: rgb(87,104,81); }
td.TdClassName
{
border-color: #576851;
}
.TagClassName
{
border-color: #576851;
}
</style>