Shades of Cabbage Pont #555B50
Tints of Cabbage Pont #555B50
RGB
CMYK
RGB Variations
Color information
#555B50 (or 0x555B50) is known color: Cabbage Pont. HEX triplet: 55, 5B and 50. RGB value is (85,91,80). Sum of RGB (Red+Green+Blue) = 85+91+80=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #555B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B50 is #AAA4AF. Grayscale: #575757. Windows color (decimal): -11183280 or 5266261. OLE color: 5266261.
HSL color Cylindrical-coordinate representation of color #555B50: 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 #555B50 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 80 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.64 |
| HSL | 92.73º | 0.06% | 0.34% | - |
| HSV(B) | 92.73º | 0.12% | 0.36% | - |
| XYZ | 8.94 | 9.99 | 9.05 | - |
| YUV | 87.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 80 | 0.07 | 0 | 0.12 | 0.64 | 92.73 | 0.06 | 0.34 |
| Hex | 55 | 5B | 50 | 7 | 0 | C | 40 | 5D | 6 | 22 |
| Octal | 125 | 133 | 120 | 7 | 0 | 14 | 100 | 135 | 6 | 42 |
| Binary | 1010101 | 1011011 | 1010000 | 111 | 0 | 1100 | 1000000 | 1011101 | 110 | 100010 |
Color Harmonies of #555B50
Complementary color
Monochromatic Colors of #555B50
Black with #555B50
Text Example
Text Example
White with #555B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B50; }
p { color: rgb(85,91,80); }
H1.HeaderClassName
{
color: #555B50;
}
.AnyTagClassName
{
color: #555B50;
}
</style>
background-color css
<style>
a { background-color: #555B50; }
a { background-color: rgb(85,91,80); }
div.DivClassName
{
background-color: #555B50;
}
.BgClassName
{
background-color: #555B50;
}
</style>
border-color css
<style>
span { border-color: #555B50; }
span { border-color: rgb(85,91,80); }
td.TdClassName
{
border-color: #555B50;
}
.TagClassName
{
border-color: #555B50;
}
</style>