Shades of Cabbage Pont #565D50
Tints of Cabbage Pont #565D50
RGB
CMYK
RGB Variations
Color information
#565D50 (or 0x565D50) is known color: Cabbage Pont. HEX triplet: 56, 5D and 50. RGB value is (86,93,80). Sum of RGB (Red+Green+Blue) = 86+93+80=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #565D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D50 is #A9A2AF. Grayscale: #595959. Windows color (decimal): -11117232 or 5266774. OLE color: 5266774.
HSL color Cylindrical-coordinate representation of color #565D50: hue angle of 92.31º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #565D50 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 80 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.64 |
| HSL | 92.31º | 0.08% | 0.34% | - |
| HSV(B) | 92.31º | 0.14% | 0.36% | - |
| XYZ | 9.2 | 10.39 | 9.11 | - |
| YUV | 89.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 80 | 0.08 | 0 | 0.14 | 0.64 | 92.31 | 0.08 | 0.34 |
| Hex | 56 | 5D | 50 | 8 | 0 | E | 40 | 5C | 8 | 22 |
| Octal | 126 | 135 | 120 | 10 | 0 | 16 | 100 | 134 | 10 | 42 |
| Binary | 1010110 | 1011101 | 1010000 | 1000 | 0 | 1110 | 1000000 | 1011100 | 1000 | 100010 |
Color Harmonies of #565D50
Complementary color
Monochromatic Colors of #565D50
Black with #565D50
Text Example
Text Example
White with #565D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D50; }
p { color: rgb(86,93,80); }
H1.HeaderClassName
{
color: #565D50;
}
.AnyTagClassName
{
color: #565D50;
}
</style>
background-color css
<style>
a { background-color: #565D50; }
a { background-color: rgb(86,93,80); }
div.DivClassName
{
background-color: #565D50;
}
.BgClassName
{
background-color: #565D50;
}
</style>
border-color css
<style>
span { border-color: #565D50; }
span { border-color: rgb(86,93,80); }
td.TdClassName
{
border-color: #565D50;
}
.TagClassName
{
border-color: #565D50;
}
</style>