Shades of Cactus #576C51
Tints of Cactus #576C51
RGB
CMYK
RGB Variations
Color information
#576C51 (or 0x576C51) is known color: Cactus. HEX triplet: 57, 6C and 51. RGB value is (87,108,81). Sum of RGB (Red+Green+Blue) = 87+108+81=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #576C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C51 is #A893AE. Grayscale: #626262. Windows color (decimal): -11047855 or 5336151. OLE color: 5336151.
HSL color Cylindrical-coordinate representation of color #576C51: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #576C51 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 108 | 81 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.58 |
| HSL | 106.67º | 0.14% | 0.37% | - |
| HSV(B) | 106.67º | 0.25% | 0.42% | - |
| XYZ | 10.78 | 13.35 | 9.79 | - |
| YUV | 98.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 81 | 0.19 | 0 | 0.25 | 0.58 | 106.67 | 0.14 | 0.37 |
| Hex | 57 | 6C | 51 | 13 | 0 | 19 | 3A | 6B | E | 25 |
| Octal | 127 | 154 | 121 | 23 | 0 | 31 | 72 | 153 | 16 | 45 |
| Binary | 1010111 | 1101100 | 1010001 | 10011 | 0 | 11001 | 111010 | 1101011 | 1110 | 100101 |
Color Harmonies of #576C51
Complementary color
Monochromatic Colors of #576C51
Black with #576C51
Text Example
Text Example
White with #576C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C51; }
p { color: rgb(87,108,81); }
H1.HeaderClassName
{
color: #576C51;
}
.AnyTagClassName
{
color: #576C51;
}
</style>
background-color css
<style>
a { background-color: #576C51; }
a { background-color: rgb(87,108,81); }
div.DivClassName
{
background-color: #576C51;
}
.BgClassName
{
background-color: #576C51;
}
</style>
border-color css
<style>
span { border-color: #576C51; }
span { border-color: rgb(87,108,81); }
td.TdClassName
{
border-color: #576C51;
}
.TagClassName
{
border-color: #576C51;
}
</style>