Shades of Cactus #576652
Tints of Cactus #576652
RGB
CMYK
RGB Variations
Color information
#576652 (or 0x576652) is known color: Cactus. HEX triplet: 57, 66 and 52. RGB value is (87,102,82). Sum of RGB (Red+Green+Blue) = 87+102+82=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #576652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576652 is #A899AD. Grayscale: #5F5F5F. Windows color (decimal): -11049390 or 5400151. OLE color: 5400151.
HSL color Cylindrical-coordinate representation of color #576652: hue angle of 105º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #576652 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 82 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.6 |
| HSL | 105º | 0.11% | 0.36% | - |
| HSV(B) | 105º | 0.2% | 0.4% | - |
| XYZ | 10.2 | 12.14 | 9.79 | - |
| YUV | 95.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 82 | 0.15 | 0 | 0.20 | 0.6 | 105 | 0.11 | 0.36 |
| Hex | 57 | 66 | 52 | F | 0 | 14 | 3C | 69 | B | 24 |
| Octal | 127 | 146 | 122 | 17 | 0 | 24 | 74 | 151 | 13 | 44 |
| Binary | 1010111 | 1100110 | 1010010 | 1111 | 0 | 10100 | 111100 | 1101001 | 1011 | 100100 |
Color Harmonies of #576652
Complementary color
Monochromatic Colors of #576652
Black with #576652
Text Example
Text Example
White with #576652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576652; }
p { color: rgb(87,102,82); }
H1.HeaderClassName
{
color: #576652;
}
.AnyTagClassName
{
color: #576652;
}
</style>
background-color css
<style>
a { background-color: #576652; }
a { background-color: rgb(87,102,82); }
div.DivClassName
{
background-color: #576652;
}
.BgClassName
{
background-color: #576652;
}
</style>
border-color css
<style>
span { border-color: #576652; }
span { border-color: rgb(87,102,82); }
td.TdClassName
{
border-color: #576652;
}
.TagClassName
{
border-color: #576652;
}
</style>