Shades of Cabbage Pont #525D46
Tints of Cabbage Pont #525D46
RGB
CMYK
RGB Variations
Color information
#525D46 (or 0x525D46) is known color: Cabbage Pont. HEX triplet: 52, 5D and 46. RGB value is (82,93,70). Sum of RGB (Red+Green+Blue) = 82+93+70=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #525D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D46 is #ADA2B9. Grayscale: #575757. Windows color (decimal): -11379386 or 4611410. OLE color: 4611410.
HSL color Cylindrical-coordinate representation of color #525D46: hue angle of 88.7º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525D46 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 70 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.64 |
| HSL | 88.7º | 0.14% | 0.32% | - |
| HSV(B) | 88.7º | 0.25% | 0.36% | - |
| XYZ | 8.5 | 10.06 | 7.29 | - |
| YUV | 87.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 70 | 0.12 | 0 | 0.25 | 0.64 | 88.7 | 0.14 | 0.32 |
| Hex | 52 | 5D | 46 | C | 0 | 19 | 40 | 59 | E | 20 |
| Octal | 122 | 135 | 106 | 14 | 0 | 31 | 100 | 131 | 16 | 40 |
| Binary | 1010010 | 1011101 | 1000110 | 1100 | 0 | 11001 | 1000000 | 1011001 | 1110 | 100000 |
Color Harmonies of #525D46
Complementary color
Monochromatic Colors of #525D46
Black with #525D46
Text Example
Text Example
White with #525D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D46; }
p { color: rgb(82,93,70); }
H1.HeaderClassName
{
color: #525D46;
}
.AnyTagClassName
{
color: #525D46;
}
</style>
background-color css
<style>
a { background-color: #525D46; }
a { background-color: rgb(82,93,70); }
div.DivClassName
{
background-color: #525D46;
}
.BgClassName
{
background-color: #525D46;
}
</style>
border-color css
<style>
span { border-color: #525D46; }
span { border-color: rgb(82,93,70); }
td.TdClassName
{
border-color: #525D46;
}
.TagClassName
{
border-color: #525D46;
}
</style>