Shades of Cactus #576455
Tints of Cactus #576455
RGB
CMYK
RGB Variations
Color information
#576455 (or 0x576455) is known color: Cactus. HEX triplet: 57, 64 and 55. RGB value is (87,100,85). Sum of RGB (Red+Green+Blue) = 87+100+85=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #576455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576455 is #A89BAA. Grayscale: #5E5E5E. Windows color (decimal): -11049899 or 5596247. OLE color: 5596247.
HSL color Cylindrical-coordinate representation of color #576455: hue angle of 112º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #576455 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 100 | 85 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.61 |
| HSL | 112º | 0.08% | 0.36% | - |
| HSV(B) | 112º | 0.15% | 0.39% | - |
| XYZ | 10.13 | 11.8 | 10.34 | - |
| YUV | 94.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 85 | 0.13 | 0 | 0.15 | 0.61 | 112 | 0.08 | 0.36 |
| Hex | 57 | 64 | 55 | D | 0 | F | 3D | 70 | 8 | 24 |
| Octal | 127 | 144 | 125 | 15 | 0 | 17 | 75 | 160 | 10 | 44 |
| Binary | 1010111 | 1100100 | 1010101 | 1101 | 0 | 1111 | 111101 | 1110000 | 1000 | 100100 |
Color Harmonies of #576455
Complementary color
Monochromatic Colors of #576455
Black with #576455
Text Example
Text Example
White with #576455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576455; }
p { color: rgb(87,100,85); }
H1.HeaderClassName
{
color: #576455;
}
.AnyTagClassName
{
color: #576455;
}
</style>
background-color css
<style>
a { background-color: #576455; }
a { background-color: rgb(87,100,85); }
div.DivClassName
{
background-color: #576455;
}
.BgClassName
{
background-color: #576455;
}
</style>
border-color css
<style>
span { border-color: #576455; }
span { border-color: rgb(87,100,85); }
td.TdClassName
{
border-color: #576455;
}
.TagClassName
{
border-color: #576455;
}
</style>