Shades of Cabbage Pont #545A4F
Tints of Cabbage Pont #545A4F
RGB
CMYK
RGB Variations
Color information
#545A4F (or 0x545A4F) is known color: Cabbage Pont. HEX triplet: 54, 5A and 4F. RGB value is (84,90,79). Sum of RGB (Red+Green+Blue) = 84+90+79=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 90 - color contains mainly: green. Hex color #545A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A4F is #ABA5B0. Grayscale: #565656. Windows color (decimal): -11249073 or 5200468. OLE color: 5200468.
HSL color Cylindrical-coordinate representation of color #545A4F: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545A4F is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 79 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.65 |
| HSL | 92.73º | 0.07% | 0.33% | - |
| HSV(B) | 92.73º | 0.12% | 0.35% | - |
| XYZ | 8.72 | 9.76 | 8.82 | - |
| YUV | 86.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 79 | 0.07 | 0 | 0.12 | 0.65 | 92.73 | 0.07 | 0.33 |
| Hex | 54 | 5A | 4F | 7 | 0 | C | 41 | 5D | 7 | 21 |
| Octal | 124 | 132 | 117 | 7 | 0 | 14 | 101 | 135 | 7 | 41 |
| Binary | 1010100 | 1011010 | 1001111 | 111 | 0 | 1100 | 1000001 | 1011101 | 111 | 100001 |
Color Harmonies of #545A4F
Complementary color
Monochromatic Colors of #545A4F
Black with #545A4F
Text Example
Text Example
White with #545A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A4F; }
p { color: rgb(84,90,79); }
H1.HeaderClassName
{
color: #545A4F;
}
.AnyTagClassName
{
color: #545A4F;
}
</style>
background-color css
<style>
a { background-color: #545A4F; }
a { background-color: rgb(84,90,79); }
div.DivClassName
{
background-color: #545A4F;
}
.BgClassName
{
background-color: #545A4F;
}
</style>
border-color css
<style>
span { border-color: #545A4F; }
span { border-color: rgb(84,90,79); }
td.TdClassName
{
border-color: #545A4F;
}
.TagClassName
{
border-color: #545A4F;
}
</style>