Shades of Mineral Green #545B55
Tints of Mineral Green #545B55
RGB
CMYK
RGB Variations
Color information
#545B55 (or 0x545B55) is known color: Mineral Green. HEX triplet: 54, 5B and 55. RGB value is (84,91,85). Sum of RGB (Red+Green+Blue) = 84+91+85=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 91 - color contains mainly: green. Hex color #545B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B55 is #ABA4AA. Grayscale: #585858. Windows color (decimal): -11248811 or 5593940. OLE color: 5593940.
HSL color Cylindrical-coordinate representation of color #545B55: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #545B55 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 85 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.64 |
| HSL | 128.57º | 0.04% | 0.34% | - |
| HSV(B) | 128.57º | 0.08% | 0.36% | - |
| XYZ | 9.04 | 10.02 | 10.05 | - |
| YUV | 88.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 85 | 0.08 | 0 | 0.07 | 0.64 | 128.57 | 0.04 | 0.34 |
| Hex | 54 | 5B | 55 | 8 | 0 | 7 | 40 | 81 | 4 | 22 |
| Octal | 124 | 133 | 125 | 10 | 0 | 7 | 100 | 201 | 4 | 42 |
| Binary | 1010100 | 1011011 | 1010101 | 1000 | 0 | 111 | 1000000 | 10000001 | 100 | 100010 |
Color Harmonies of #545B55
Complementary color
Monochromatic Colors of #545B55
Black with #545B55
Text Example
Text Example
White with #545B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B55; }
p { color: rgb(84,91,85); }
H1.HeaderClassName
{
color: #545B55;
}
.AnyTagClassName
{
color: #545B55;
}
</style>
background-color css
<style>
a { background-color: #545B55; }
a { background-color: rgb(84,91,85); }
div.DivClassName
{
background-color: #545B55;
}
.BgClassName
{
background-color: #545B55;
}
</style>
border-color css
<style>
span { border-color: #545B55; }
span { border-color: rgb(84,91,85); }
td.TdClassName
{
border-color: #545B55;
}
.TagClassName
{
border-color: #545B55;
}
</style>