Shades of Bright Grey #545B66
Tints of Bright Grey #545B66
RGB
CMYK
RGB Variations
Color information
#545B66 (or 0x545B66) is known color: Bright Grey. HEX triplet: 54, 5B and 66. RGB value is (84,91,102). Sum of RGB (Red+Green+Blue) = 84+91+102=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #545B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B66 is #ABA499. Grayscale: #5A5A5A. Windows color (decimal): -11248794 or 6708052. OLE color: 6708052.
HSL color Cylindrical-coordinate representation of color #545B66: hue angle of 216.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545B66 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 91 | 102 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.6 |
| HSL | 216.67º | 0.1% | 0.36% | - |
| HSV(B) | 216.67º | 0.18% | 0.4% | - |
| XYZ | 9.8 | 10.33 | 14.05 | - |
| YUV | 90.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 102 | 0.18 | 0.11 | 0 | 0.6 | 216.67 | 0.1 | 0.36 |
| Hex | 54 | 5B | 66 | 12 | B | 0 | 3C | D9 | A | 24 |
| Octal | 124 | 133 | 146 | 22 | 13 | 0 | 74 | 331 | 12 | 44 |
| Binary | 1010100 | 1011011 | 1100110 | 10010 | 1011 | 0 | 111100 | 11011001 | 1010 | 100100 |
Color Harmonies of #545B66
Complementary color
Monochromatic Colors of #545B66
Black with #545B66
Text Example
Text Example
White with #545B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B66; }
p { color: rgb(84,91,102); }
H1.HeaderClassName
{
color: #545B66;
}
.AnyTagClassName
{
color: #545B66;
}
</style>
background-color css
<style>
a { background-color: #545B66; }
a { background-color: rgb(84,91,102); }
div.DivClassName
{
background-color: #545B66;
}
.BgClassName
{
background-color: #545B66;
}
</style>
border-color css
<style>
span { border-color: #545B66; }
span { border-color: rgb(84,91,102); }
td.TdClassName
{
border-color: #545B66;
}
.TagClassName
{
border-color: #545B66;
}
</style>