Shades of Cabbage Pont #545F4B
Tints of Cabbage Pont #545F4B
RGB
CMYK
RGB Variations
Color information
#545F4B (or 0x545F4B) is known color: Cabbage Pont. HEX triplet: 54, 5F and 4B. RGB value is (84,95,75). Sum of RGB (Red+Green+Blue) = 84+95+75=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #545F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F4B is #ABA0B4. Grayscale: #595959. Windows color (decimal): -11247797 or 4939604. OLE color: 4939604.
HSL color Cylindrical-coordinate representation of color #545F4B: hue angle of 93º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545F4B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 95 | 75 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.63 |
| HSL | 93º | 0.12% | 0.33% | - |
| HSV(B) | 93º | 0.21% | 0.37% | - |
| XYZ | 9.02 | 10.58 | 8.22 | - |
| YUV | 89.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 75 | 0.12 | 0 | 0.21 | 0.63 | 93 | 0.12 | 0.33 |
| Hex | 54 | 5F | 4B | C | 0 | 15 | 3F | 5D | C | 21 |
| Octal | 124 | 137 | 113 | 14 | 0 | 25 | 77 | 135 | 14 | 41 |
| Binary | 1010100 | 1011111 | 1001011 | 1100 | 0 | 10101 | 111111 | 1011101 | 1100 | 100001 |
Color Harmonies of #545F4B
Complementary color
Monochromatic Colors of #545F4B
Black with #545F4B
Text Example
Text Example
White with #545F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F4B; }
p { color: rgb(84,95,75); }
H1.HeaderClassName
{
color: #545F4B;
}
.AnyTagClassName
{
color: #545F4B;
}
</style>
background-color css
<style>
a { background-color: #545F4B; }
a { background-color: rgb(84,95,75); }
div.DivClassName
{
background-color: #545F4B;
}
.BgClassName
{
background-color: #545F4B;
}
</style>
border-color css
<style>
span { border-color: #545F4B; }
span { border-color: rgb(84,95,75); }
td.TdClassName
{
border-color: #545F4B;
}
.TagClassName
{
border-color: #545F4B;
}
</style>