Shades of Cabbage Pont #50544B
Tints of Cabbage Pont #50544B
RGB
CMYK
RGB Variations
Color information
#50544B (or 0x50544B) is known color: Cabbage Pont. HEX triplet: 50, 54 and 4B. RGB value is (80,84,75). Sum of RGB (Red+Green+Blue) = 80+84+75=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #50544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50544B is #AFABB4. Grayscale: #515151. Windows color (decimal): -11512757 or 4936784. OLE color: 4936784.
HSL color Cylindrical-coordinate representation of color #50544B: hue angle of 86.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50544B is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 75 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.67 |
| HSL | 86.67º | 0.06% | 0.31% | - |
| HSV(B) | 86.67º | 0.11% | 0.33% | - |
| XYZ | 7.75 | 8.55 | 7.9 | - |
| YUV | 81.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 75 | 0.05 | 0 | 0.11 | 0.67 | 86.67 | 0.06 | 0.31 |
| Hex | 50 | 54 | 4B | 5 | 0 | B | 43 | 57 | 6 | 1F |
| Octal | 120 | 124 | 113 | 5 | 0 | 13 | 103 | 127 | 6 | 37 |
| Binary | 1010000 | 1010100 | 1001011 | 101 | 0 | 1011 | 1000011 | 1010111 | 110 | 11111 |
Color Harmonies of #50544B
Complementary color
Monochromatic Colors of #50544B
Black with #50544B
Text Example
Text Example
White with #50544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50544B; }
p { color: rgb(80,84,75); }
H1.HeaderClassName
{
color: #50544B;
}
.AnyTagClassName
{
color: #50544B;
}
</style>
background-color css
<style>
a { background-color: #50544B; }
a { background-color: rgb(80,84,75); }
div.DivClassName
{
background-color: #50544B;
}
.BgClassName
{
background-color: #50544B;
}
</style>
border-color css
<style>
span { border-color: #50544B; }
span { border-color: rgb(80,84,75); }
td.TdClassName
{
border-color: #50544B;
}
.TagClassName
{
border-color: #50544B;
}
</style>