Shades of Cabbage Pont #525B4C
Tints of Cabbage Pont #525B4C
RGB
CMYK
RGB Variations
Color information
#525B4C (or 0x525B4C) is known color: Cabbage Pont. HEX triplet: 52, 5B and 4C. RGB value is (82,91,76). Sum of RGB (Red+Green+Blue) = 82+91+76=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #525B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B4C is #ADA4B3. Grayscale: #565656. Windows color (decimal): -11379892 or 5004114. OLE color: 5004114.
HSL color Cylindrical-coordinate representation of color #525B4C: hue angle of 96º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525B4C is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 76 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.64 |
| HSL | 96º | 0.09% | 0.33% | - |
| HSV(B) | 96º | 0.16% | 0.36% | - |
| XYZ | 8.53 | 9.8 | 8.28 | - |
| YUV | 86.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 76 | 0.10 | 0 | 0.16 | 0.64 | 96 | 0.09 | 0.33 |
| Hex | 52 | 5B | 4C | A | 0 | 10 | 40 | 60 | 9 | 21 |
| Octal | 122 | 133 | 114 | 12 | 0 | 20 | 100 | 140 | 11 | 41 |
| Binary | 1010010 | 1011011 | 1001100 | 1010 | 0 | 10000 | 1000000 | 1100000 | 1001 | 100001 |
Color Harmonies of #525B4C
Complementary color
Monochromatic Colors of #525B4C
Black with #525B4C
Text Example
Text Example
White with #525B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B4C; }
p { color: rgb(82,91,76); }
H1.HeaderClassName
{
color: #525B4C;
}
.AnyTagClassName
{
color: #525B4C;
}
</style>
background-color css
<style>
a { background-color: #525B4C; }
a { background-color: rgb(82,91,76); }
div.DivClassName
{
background-color: #525B4C;
}
.BgClassName
{
background-color: #525B4C;
}
</style>
border-color css
<style>
span { border-color: #525B4C; }
span { border-color: rgb(82,91,76); }
td.TdClassName
{
border-color: #525B4C;
}
.TagClassName
{
border-color: #525B4C;
}
</style>