Shades of Bright Grey #545A64
Tints of Bright Grey #545A64
RGB
CMYK
RGB Variations
Color information
#545A64 (or 0x545A64) is known color: Bright Grey. HEX triplet: 54, 5A and 64. RGB value is (84,90,100). Sum of RGB (Red+Green+Blue) = 84+90+100=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 100 - color contains mainly: blue. Hex color #545A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A64 is #ABA59B. Grayscale: #595959. Windows color (decimal): -11249052 or 6576724. OLE color: 6576724.
HSL color Cylindrical-coordinate representation of color #545A64: hue angle of 217.5º 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 #545A64 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 90 | 100 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.61 |
| HSL | 217.5º | 0.09% | 0.36% | - |
| HSV(B) | 217.5º | 0.16% | 0.39% | - |
| XYZ | 9.61 | 10.12 | 13.5 | - |
| YUV | 89.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 100 | 0.16 | 0.10 | 0 | 0.61 | 217.5 | 0.09 | 0.36 |
| Hex | 54 | 5A | 64 | 10 | A | 0 | 3D | DA | 9 | 24 |
| Octal | 124 | 132 | 144 | 20 | 12 | 0 | 75 | 332 | 11 | 44 |
| Binary | 1010100 | 1011010 | 1100100 | 10000 | 1010 | 0 | 111101 | 11011010 | 1001 | 100100 |
Color Harmonies of #545A64
Complementary color
Monochromatic Colors of #545A64
Black with #545A64
Text Example
Text Example
White with #545A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A64; }
p { color: rgb(84,90,100); }
H1.HeaderClassName
{
color: #545A64;
}
.AnyTagClassName
{
color: #545A64;
}
</style>
background-color css
<style>
a { background-color: #545A64; }
a { background-color: rgb(84,90,100); }
div.DivClassName
{
background-color: #545A64;
}
.BgClassName
{
background-color: #545A64;
}
</style>
border-color css
<style>
span { border-color: #545A64; }
span { border-color: rgb(84,90,100); }
td.TdClassName
{
border-color: #545A64;
}
.TagClassName
{
border-color: #545A64;
}
</style>