Shades of Battleship Grey #545B50
Tints of Battleship Grey #545B50
RGB
CMYK
RGB Variations
Color information
#545B50 (or 0x545B50) is known color: Battleship Grey. HEX triplet: 54, 5B and 50. RGB value is (84,91,80). Sum of RGB (Red+Green+Blue) = 84+91+80=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #545B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B50 is #ABA4AF. Grayscale: #575757. Windows color (decimal): -11248816 or 5266260. OLE color: 5266260.
HSL color Cylindrical-coordinate representation of color #545B50: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545B50 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 80 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.64 |
| HSL | 98.18º | 0.06% | 0.34% | - |
| HSV(B) | 98.18º | 0.12% | 0.36% | - |
| XYZ | 8.85 | 9.95 | 9.04 | - |
| YUV | 87.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 80 | 0.08 | 0 | 0.12 | 0.64 | 98.18 | 0.06 | 0.34 |
| Hex | 54 | 5B | 50 | 8 | 0 | C | 40 | 62 | 6 | 22 |
| Octal | 124 | 133 | 120 | 10 | 0 | 14 | 100 | 142 | 6 | 42 |
| Binary | 1010100 | 1011011 | 1010000 | 1000 | 0 | 1100 | 1000000 | 1100010 | 110 | 100010 |
Color Harmonies of #545B50
Complementary color
Monochromatic Colors of #545B50
Black with #545B50
Text Example
Text Example
White with #545B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B50; }
p { color: rgb(84,91,80); }
H1.HeaderClassName
{
color: #545B50;
}
.AnyTagClassName
{
color: #545B50;
}
</style>
background-color css
<style>
a { background-color: #545B50; }
a { background-color: rgb(84,91,80); }
div.DivClassName
{
background-color: #545B50;
}
.BgClassName
{
background-color: #545B50;
}
</style>
border-color css
<style>
span { border-color: #545B50; }
span { border-color: rgb(84,91,80); }
td.TdClassName
{
border-color: #545B50;
}
.TagClassName
{
border-color: #545B50;
}
</style>