Shades of Cabbage Pont #535B4A
Tints of Cabbage Pont #535B4A
RGB
CMYK
RGB Variations
Color information
#535B4A (or 0x535B4A) is known color: Cabbage Pont. HEX triplet: 53, 5B and 4A. RGB value is (83,91,74). Sum of RGB (Red+Green+Blue) = 83+91+74=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #535B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B4A is #ACA4B5. Grayscale: #565656. Windows color (decimal): -11314358 or 4873043. OLE color: 4873043.
HSL color Cylindrical-coordinate representation of color #535B4A: hue angle of 88.24º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535B4A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 74 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.64 |
| HSL | 88.24º | 0.1% | 0.32% | - |
| HSV(B) | 88.24º | 0.19% | 0.36% | - |
| XYZ | 8.54 | 9.82 | 7.92 | - |
| YUV | 86.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 74 | 0.09 | 0 | 0.19 | 0.64 | 88.24 | 0.1 | 0.32 |
| Hex | 53 | 5B | 4A | 9 | 0 | 13 | 40 | 58 | A | 20 |
| Octal | 123 | 133 | 112 | 11 | 0 | 23 | 100 | 130 | 12 | 40 |
| Binary | 1010011 | 1011011 | 1001010 | 1001 | 0 | 10011 | 1000000 | 1011000 | 1010 | 100000 |
Color Harmonies of #535B4A
Complementary color
Monochromatic Colors of #535B4A
Black with #535B4A
Text Example
Text Example
White with #535B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B4A; }
p { color: rgb(83,91,74); }
H1.HeaderClassName
{
color: #535B4A;
}
.AnyTagClassName
{
color: #535B4A;
}
</style>
background-color css
<style>
a { background-color: #535B4A; }
a { background-color: rgb(83,91,74); }
div.DivClassName
{
background-color: #535B4A;
}
.BgClassName
{
background-color: #535B4A;
}
</style>
border-color css
<style>
span { border-color: #535B4A; }
span { border-color: rgb(83,91,74); }
td.TdClassName
{
border-color: #535B4A;
}
.TagClassName
{
border-color: #535B4A;
}
</style>