Shades of Bright Grey #545761
Tints of Bright Grey #545761
RGB
CMYK
RGB Variations
Color information
#545761 (or 0x545761) is known color: Bright Grey. HEX triplet: 54, 57 and 61. RGB value is (84,87,97). Sum of RGB (Red+Green+Blue) = 84+87+97=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #545761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545761 is #ABA89E. Grayscale: #575757. Windows color (decimal): -11249823 or 6379348. OLE color: 6379348.
HSL color Cylindrical-coordinate representation of color #545761: hue angle of 226.15º 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 #545761 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 87 | 97 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.62 |
| HSL | 226.15º | 0.07% | 0.35% | - |
| HSV(B) | 226.15º | 0.13% | 0.38% | - |
| XYZ | 9.22 | 9.56 | 12.67 | - |
| YUV | 87.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 97 | 0.13 | 0.10 | 0 | 0.62 | 226.15 | 0.07 | 0.35 |
| Hex | 54 | 57 | 61 | D | A | 0 | 3E | E2 | 7 | 23 |
| Octal | 124 | 127 | 141 | 15 | 12 | 0 | 76 | 342 | 7 | 43 |
| Binary | 1010100 | 1010111 | 1100001 | 1101 | 1010 | 0 | 111110 | 11100010 | 111 | 100011 |
Color Harmonies of #545761
Complementary color
Monochromatic Colors of #545761
Black with #545761
Text Example
Text Example
White with #545761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545761; }
p { color: rgb(84,87,97); }
H1.HeaderClassName
{
color: #545761;
}
.AnyTagClassName
{
color: #545761;
}
</style>
background-color css
<style>
a { background-color: #545761; }
a { background-color: rgb(84,87,97); }
div.DivClassName
{
background-color: #545761;
}
.BgClassName
{
background-color: #545761;
}
</style>
border-color css
<style>
span { border-color: #545761; }
span { border-color: rgb(84,87,97); }
td.TdClassName
{
border-color: #545761;
}
.TagClassName
{
border-color: #545761;
}
</style>