Shades of Cabbage Pont #545A4D
Tints of Cabbage Pont #545A4D
RGB
CMYK
RGB Variations
Color information
#545A4D (or 0x545A4D) is known color: Cabbage Pont. HEX triplet: 54, 5A and 4D. RGB value is (84,90,77). Sum of RGB (Red+Green+Blue) = 84+90+77=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #545A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A4D is #ABA5B2. Grayscale: #565656. Windows color (decimal): -11249075 or 5069396. OLE color: 5069396.
HSL color Cylindrical-coordinate representation of color #545A4D: hue angle of 87.69º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545A4D is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 77 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.65 |
| HSL | 87.69º | 0.08% | 0.33% | - |
| HSV(B) | 87.69º | 0.14% | 0.35% | - |
| XYZ | 8.65 | 9.73 | 8.44 | - |
| YUV | 86.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 77 | 0.07 | 0 | 0.14 | 0.65 | 87.69 | 0.08 | 0.33 |
| Hex | 54 | 5A | 4D | 7 | 0 | E | 41 | 58 | 8 | 21 |
| Octal | 124 | 132 | 115 | 7 | 0 | 16 | 101 | 130 | 10 | 41 |
| Binary | 1010100 | 1011010 | 1001101 | 111 | 0 | 1110 | 1000001 | 1011000 | 1000 | 100001 |
Color Harmonies of #545A4D
Complementary color
Monochromatic Colors of #545A4D
Black with #545A4D
Text Example
Text Example
White with #545A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A4D; }
p { color: rgb(84,90,77); }
H1.HeaderClassName
{
color: #545A4D;
}
.AnyTagClassName
{
color: #545A4D;
}
</style>
background-color css
<style>
a { background-color: #545A4D; }
a { background-color: rgb(84,90,77); }
div.DivClassName
{
background-color: #545A4D;
}
.BgClassName
{
background-color: #545A4D;
}
</style>
border-color css
<style>
span { border-color: #545A4D; }
span { border-color: rgb(84,90,77); }
td.TdClassName
{
border-color: #545A4D;
}
.TagClassName
{
border-color: #545A4D;
}
</style>