Shades of Cabbage Pont #525B49
Tints of Cabbage Pont #525B49
RGB
CMYK
RGB Variations
Color information
#525B49 (or 0x525B49) is known color: Cabbage Pont. HEX triplet: 52, 5B and 49. RGB value is (82,91,73). Sum of RGB (Red+Green+Blue) = 82+91+73=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 91 - color contains mainly: green. Hex color #525B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B49 is #ADA4B6. Grayscale: #565656. Windows color (decimal): -11379895 or 4807506. OLE color: 4807506.
HSL color Cylindrical-coordinate representation of color #525B49: hue angle of 90º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525B49 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 73 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.64 |
| HSL | 90º | 0.11% | 0.32% | - |
| HSV(B) | 90º | 0.2% | 0.36% | - |
| XYZ | 8.42 | 9.76 | 7.74 | - |
| YUV | 86.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 73 | 0.10 | 0 | 0.20 | 0.64 | 90 | 0.11 | 0.32 |
| Hex | 52 | 5B | 49 | A | 0 | 14 | 40 | 5A | B | 20 |
| Octal | 122 | 133 | 111 | 12 | 0 | 24 | 100 | 132 | 13 | 40 |
| Binary | 1010010 | 1011011 | 1001001 | 1010 | 0 | 10100 | 1000000 | 1011010 | 1011 | 100000 |
Color Harmonies of #525B49
Complementary color
Monochromatic Colors of #525B49
Black with #525B49
Text Example
Text Example
White with #525B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B49; }
p { color: rgb(82,91,73); }
H1.HeaderClassName
{
color: #525B49;
}
.AnyTagClassName
{
color: #525B49;
}
</style>
background-color css
<style>
a { background-color: #525B49; }
a { background-color: rgb(82,91,73); }
div.DivClassName
{
background-color: #525B49;
}
.BgClassName
{
background-color: #525B49;
}
</style>
border-color css
<style>
span { border-color: #525B49; }
span { border-color: rgb(82,91,73); }
td.TdClassName
{
border-color: #525B49;
}
.TagClassName
{
border-color: #525B49;
}
</style>