Shades of Bright Grey #545B64
Tints of Bright Grey #545B64
RGB
CMYK
RGB Variations
Color information
#545B64 (or 0x545B64) is known color: Bright Grey. HEX triplet: 54, 5B and 64. RGB value is (84,91,100). Sum of RGB (Red+Green+Blue) = 84+91+100=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 100 - color contains mainly: blue. Hex color #545B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B64 is #ABA49B. Grayscale: #595959. Windows color (decimal): -11248796 or 6576980. OLE color: 6576980.
HSL color Cylindrical-coordinate representation of color #545B64: hue angle of 213.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #545B64 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 91 | 100 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.61 |
| HSL | 213.75º | 0.09% | 0.36% | - |
| HSV(B) | 213.75º | 0.16% | 0.39% | - |
| XYZ | 9.7 | 10.29 | 13.53 | - |
| YUV | 89.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 100 | 0.16 | 0.09 | 0 | 0.61 | 213.75 | 0.09 | 0.36 |
| Hex | 54 | 5B | 64 | 10 | 9 | 0 | 3D | D6 | 9 | 24 |
| Octal | 124 | 133 | 144 | 20 | 11 | 0 | 75 | 326 | 11 | 44 |
| Binary | 1010100 | 1011011 | 1100100 | 10000 | 1001 | 0 | 111101 | 11010110 | 1001 | 100100 |
Color Harmonies of #545B64
Complementary color
Monochromatic Colors of #545B64
Black with #545B64
Text Example
Text Example
White with #545B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B64; }
p { color: rgb(84,91,100); }
H1.HeaderClassName
{
color: #545B64;
}
.AnyTagClassName
{
color: #545B64;
}
</style>
background-color css
<style>
a { background-color: #545B64; }
a { background-color: rgb(84,91,100); }
div.DivClassName
{
background-color: #545B64;
}
.BgClassName
{
background-color: #545B64;
}
</style>
border-color css
<style>
span { border-color: #545B64; }
span { border-color: rgb(84,91,100); }
td.TdClassName
{
border-color: #545B64;
}
.TagClassName
{
border-color: #545B64;
}
</style>