Shades of Cabbage Pont #565C51
Tints of Cabbage Pont #565C51
RGB
CMYK
RGB Variations
Color information
#565C51 (or 0x565C51) is known color: Cabbage Pont. HEX triplet: 56, 5C and 51. RGB value is (86,92,81). Sum of RGB (Red+Green+Blue) = 86+92+81=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 92 - color contains mainly: green. Hex color #565C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C51 is #A9A3AE. Grayscale: #585858. Windows color (decimal): -11117487 or 5332054. OLE color: 5332054.
HSL color Cylindrical-coordinate representation of color #565C51: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565C51 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 81 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.64 |
| HSL | 92.73º | 0.06% | 0.34% | - |
| HSV(B) | 92.73º | 0.12% | 0.36% | - |
| XYZ | 9.15 | 10.23 | 9.28 | - |
| YUV | 88.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 81 | 0.07 | 0 | 0.12 | 0.64 | 92.73 | 0.06 | 0.34 |
| Hex | 56 | 5C | 51 | 7 | 0 | C | 40 | 5D | 6 | 22 |
| Octal | 126 | 134 | 121 | 7 | 0 | 14 | 100 | 135 | 6 | 42 |
| Binary | 1010110 | 1011100 | 1010001 | 111 | 0 | 1100 | 1000000 | 1011101 | 110 | 100010 |
Color Harmonies of #565C51
Complementary color
Monochromatic Colors of #565C51
Black with #565C51
Text Example
Text Example
White with #565C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C51; }
p { color: rgb(86,92,81); }
H1.HeaderClassName
{
color: #565C51;
}
.AnyTagClassName
{
color: #565C51;
}
</style>
background-color css
<style>
a { background-color: #565C51; }
a { background-color: rgb(86,92,81); }
div.DivClassName
{
background-color: #565C51;
}
.BgClassName
{
background-color: #565C51;
}
</style>
border-color css
<style>
span { border-color: #565C51; }
span { border-color: rgb(86,92,81); }
td.TdClassName
{
border-color: #565C51;
}
.TagClassName
{
border-color: #565C51;
}
</style>