Shades of Cabbage Pont #545A4E
Tints of Cabbage Pont #545A4E
RGB
CMYK
RGB Variations
Color information
#545A4E (or 0x545A4E) is known color: Cabbage Pont. HEX triplet: 54, 5A and 4E. RGB value is (84,90,78). Sum of RGB (Red+Green+Blue) = 84+90+78=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #545A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A4E is #ABA5B1. Grayscale: #565656. Windows color (decimal): -11249074 or 5134932. OLE color: 5134932.
HSL color Cylindrical-coordinate representation of color #545A4E: hue angle of 90º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545A4E is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 78 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.65 |
| HSL | 90º | 0.07% | 0.33% | - |
| HSV(B) | 90º | 0.13% | 0.35% | - |
| XYZ | 8.69 | 9.75 | 8.63 | - |
| YUV | 86.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 78 | 0.07 | 0 | 0.13 | 0.65 | 90 | 0.07 | 0.33 |
| Hex | 54 | 5A | 4E | 7 | 0 | D | 41 | 5A | 7 | 21 |
| Octal | 124 | 132 | 116 | 7 | 0 | 15 | 101 | 132 | 7 | 41 |
| Binary | 1010100 | 1011010 | 1001110 | 111 | 0 | 1101 | 1000001 | 1011010 | 111 | 100001 |
Color Harmonies of #545A4E
Complementary color
Monochromatic Colors of #545A4E
Black with #545A4E
Text Example
Text Example
White with #545A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A4E; }
p { color: rgb(84,90,78); }
H1.HeaderClassName
{
color: #545A4E;
}
.AnyTagClassName
{
color: #545A4E;
}
</style>
background-color css
<style>
a { background-color: #545A4E; }
a { background-color: rgb(84,90,78); }
div.DivClassName
{
background-color: #545A4E;
}
.BgClassName
{
background-color: #545A4E;
}
</style>
border-color css
<style>
span { border-color: #545A4E; }
span { border-color: rgb(84,90,78); }
td.TdClassName
{
border-color: #545A4E;
}
.TagClassName
{
border-color: #545A4E;
}
</style>