Shades of Bright Grey #545660
Tints of Bright Grey #545660
RGB
CMYK
RGB Variations
Color information
#545660 (or 0x545660) is known color: Bright Grey. HEX triplet: 54, 56 and 60. RGB value is (84,86,96). Sum of RGB (Red+Green+Blue) = 84+86+96=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #545660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545660 is #ABA99F. Grayscale: #565656. Windows color (decimal): -11250080 or 6313556. OLE color: 6313556.
HSL color Cylindrical-coordinate representation of color #545660: hue angle of 230º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545660 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 86 | 96 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.62 |
| HSL | 230º | 0.07% | 0.35% | - |
| HSV(B) | 230º | 0.13% | 0.38% | - |
| XYZ | 9.1 | 9.38 | 12.4 | - |
| YUV | 86.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 96 | 0.12 | 0.10 | 0 | 0.62 | 230 | 0.07 | 0.35 |
| Hex | 54 | 56 | 60 | C | A | 0 | 3E | E6 | 7 | 23 |
| Octal | 124 | 126 | 140 | 14 | 12 | 0 | 76 | 346 | 7 | 43 |
| Binary | 1010100 | 1010110 | 1100000 | 1100 | 1010 | 0 | 111110 | 11100110 | 111 | 100011 |
Color Harmonies of #545660
Complementary color
Monochromatic Colors of #545660
Black with #545660
Text Example
Text Example
White with #545660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545660; }
p { color: rgb(84,86,96); }
H1.HeaderClassName
{
color: #545660;
}
.AnyTagClassName
{
color: #545660;
}
</style>
background-color css
<style>
a { background-color: #545660; }
a { background-color: rgb(84,86,96); }
div.DivClassName
{
background-color: #545660;
}
.BgClassName
{
background-color: #545660;
}
</style>
border-color css
<style>
span { border-color: #545660; }
span { border-color: rgb(84,86,96); }
td.TdClassName
{
border-color: #545660;
}
.TagClassName
{
border-color: #545660;
}
</style>