Shades of Bright Grey #545961
Tints of Bright Grey #545961
RGB
CMYK
RGB Variations
Color information
#545961 (or 0x545961) is known color: Bright Grey. HEX triplet: 54, 59 and 61. RGB value is (84,89,97). Sum of RGB (Red+Green+Blue) = 84+89+97=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #545961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545961 is #ABA69E. Grayscale: #585858. Windows color (decimal): -11249311 or 6379860. OLE color: 6379860.
HSL color Cylindrical-coordinate representation of color #545961: hue angle of 216.92º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545961 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 89 | 97 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.62 |
| HSL | 216.92º | 0.07% | 0.35% | - |
| HSV(B) | 216.92º | 0.13% | 0.38% | - |
| XYZ | 9.39 | 9.89 | 12.72 | - |
| YUV | 88.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 97 | 0.13 | 0.08 | 0 | 0.62 | 216.92 | 0.07 | 0.35 |
| Hex | 54 | 59 | 61 | D | 8 | 0 | 3E | D9 | 7 | 23 |
| Octal | 124 | 131 | 141 | 15 | 10 | 0 | 76 | 331 | 7 | 43 |
| Binary | 1010100 | 1011001 | 1100001 | 1101 | 1000 | 0 | 111110 | 11011001 | 111 | 100011 |
Color Harmonies of #545961
Complementary color
Monochromatic Colors of #545961
Black with #545961
Text Example
Text Example
White with #545961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545961; }
p { color: rgb(84,89,97); }
H1.HeaderClassName
{
color: #545961;
}
.AnyTagClassName
{
color: #545961;
}
</style>
background-color css
<style>
a { background-color: #545961; }
a { background-color: rgb(84,89,97); }
div.DivClassName
{
background-color: #545961;
}
.BgClassName
{
background-color: #545961;
}
</style>
border-color css
<style>
span { border-color: #545961; }
span { border-color: rgb(84,89,97); }
td.TdClassName
{
border-color: #545961;
}
.TagClassName
{
border-color: #545961;
}
</style>