Shades of Bright Grey #545762
Tints of Bright Grey #545762
RGB
CMYK
RGB Variations
Color information
#545762 (or 0x545762) is known color: Bright Grey. HEX triplet: 54, 57 and 62. RGB value is (84,87,98). Sum of RGB (Red+Green+Blue) = 84+87+98=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #545762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545762 is #ABA89D. Grayscale: #575757. Windows color (decimal): -11249822 or 6444884. OLE color: 6444884.
HSL color Cylindrical-coordinate representation of color #545762: hue angle of 227.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545762 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 87 | 98 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.62 |
| HSL | 227.14º | 0.08% | 0.36% | - |
| HSV(B) | 227.14º | 0.14% | 0.38% | - |
| XYZ | 9.27 | 9.58 | 12.92 | - |
| YUV | 87.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 98 | 0.14 | 0.11 | 0 | 0.62 | 227.14 | 0.08 | 0.36 |
| Hex | 54 | 57 | 62 | E | B | 0 | 3E | E3 | 8 | 24 |
| Octal | 124 | 127 | 142 | 16 | 13 | 0 | 76 | 343 | 10 | 44 |
| Binary | 1010100 | 1010111 | 1100010 | 1110 | 1011 | 0 | 111110 | 11100011 | 1000 | 100100 |
Color Harmonies of #545762
Complementary color
Monochromatic Colors of #545762
Black with #545762
Text Example
Text Example
White with #545762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545762; }
p { color: rgb(84,87,98); }
H1.HeaderClassName
{
color: #545762;
}
.AnyTagClassName
{
color: #545762;
}
</style>
background-color css
<style>
a { background-color: #545762; }
a { background-color: rgb(84,87,98); }
div.DivClassName
{
background-color: #545762;
}
.BgClassName
{
background-color: #545762;
}
</style>
border-color css
<style>
span { border-color: #545762; }
span { border-color: rgb(84,87,98); }
td.TdClassName
{
border-color: #545762;
}
.TagClassName
{
border-color: #545762;
}
</style>