Shades of Bright Grey #545563
Tints of Bright Grey #545563
RGB
CMYK
RGB Variations
Color information
#545563 (or 0x545563) is known color: Bright Grey. HEX triplet: 54, 55 and 63. RGB value is (84,85,99). Sum of RGB (Red+Green+Blue) = 84+85+99=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #545563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545563 is #ABAA9C. Grayscale: #565656. Windows color (decimal): -11250333 or 6509908. OLE color: 6509908.
HSL color Cylindrical-coordinate representation of color #545563: hue angle of 236º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545563 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 85 | 99 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.61 |
| HSL | 236º | 0.08% | 0.36% | - |
| HSV(B) | 236º | 0.15% | 0.39% | - |
| XYZ | 9.16 | 9.28 | 13.11 | - |
| YUV | 86.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 99 | 0.15 | 0.14 | 0 | 0.61 | 236 | 0.08 | 0.36 |
| Hex | 54 | 55 | 63 | F | E | 0 | 3D | EC | 8 | 24 |
| Octal | 124 | 125 | 143 | 17 | 16 | 0 | 75 | 354 | 10 | 44 |
| Binary | 1010100 | 1010101 | 1100011 | 1111 | 1110 | 0 | 111101 | 11101100 | 1000 | 100100 |
Color Harmonies of #545563
Complementary color
Monochromatic Colors of #545563
Black with #545563
Text Example
Text Example
White with #545563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545563; }
p { color: rgb(84,85,99); }
H1.HeaderClassName
{
color: #545563;
}
.AnyTagClassName
{
color: #545563;
}
</style>
background-color css
<style>
a { background-color: #545563; }
a { background-color: rgb(84,85,99); }
div.DivClassName
{
background-color: #545563;
}
.BgClassName
{
background-color: #545563;
}
</style>
border-color css
<style>
span { border-color: #545563; }
span { border-color: rgb(84,85,99); }
td.TdClassName
{
border-color: #545563;
}
.TagClassName
{
border-color: #545563;
}
</style>