Shades of Cactus #567C51
Tints of Cactus #567C51
RGB
CMYK
RGB Variations
Color information
#567C51 (or 0x567C51) is known color: Cactus. HEX triplet: 56, 7C and 51. RGB value is (86,124,81). Sum of RGB (Red+Green+Blue) = 86+124+81=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #567C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C51 is #A983AE. Grayscale: #6B6B6B. Windows color (decimal): -11109295 or 5340246. OLE color: 5340246.
HSL color Cylindrical-coordinate representation of color #567C51: hue angle of 113.02º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567C51 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 124 | 81 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.51 |
| HSL | 113.02º | 0.21% | 0.4% | - |
| HSV(B) | 113.02º | 0.35% | 0.49% | - |
| XYZ | 12.53 | 16.99 | 10.4 | - |
| YUV | 107.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 81 | 0.31 | 0 | 0.35 | 0.51 | 113.02 | 0.21 | 0.4 |
| Hex | 56 | 7C | 51 | 1F | 0 | 23 | 33 | 71 | 15 | 28 |
| Octal | 126 | 174 | 121 | 37 | 0 | 43 | 63 | 161 | 25 | 50 |
| Binary | 1010110 | 1111100 | 1010001 | 11111 | 0 | 100011 | 110011 | 1110001 | 10101 | 101000 |
Color Harmonies of #567C51
Complementary color
Monochromatic Colors of #567C51
Black with #567C51
Text Example
Text Example
White with #567C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C51; }
p { color: rgb(86,124,81); }
H1.HeaderClassName
{
color: #567C51;
}
.AnyTagClassName
{
color: #567C51;
}
</style>
background-color css
<style>
a { background-color: #567C51; }
a { background-color: rgb(86,124,81); }
div.DivClassName
{
background-color: #567C51;
}
.BgClassName
{
background-color: #567C51;
}
</style>
border-color css
<style>
span { border-color: #567C51; }
span { border-color: rgb(86,124,81); }
td.TdClassName
{
border-color: #567C51;
}
.TagClassName
{
border-color: #567C51;
}
</style>