Shades of Bright Grey #545D6B
Tints of Bright Grey #545D6B
RGB
CMYK
RGB Variations
Color information
#545D6B (or 0x545D6B) is known color: Bright Grey. HEX triplet: 54, 5D and 6B. RGB value is (84,93,107). Sum of RGB (Red+Green+Blue) = 84+93+107=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #545D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D6B is #ABA294. Grayscale: #5B5B5B. Windows color (decimal): -11248277 or 7036244. OLE color: 7036244.
HSL color Cylindrical-coordinate representation of color #545D6B: hue angle of 216.52º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545D6B is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 93 | 107 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.58 |
| HSL | 216.52º | 0.12% | 0.37% | - |
| HSV(B) | 216.52º | 0.21% | 0.42% | - |
| XYZ | 10.22 | 10.78 | 15.45 | - |
| YUV | 91.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 107 | 0.21 | 0.13 | 0 | 0.58 | 216.52 | 0.12 | 0.37 |
| Hex | 54 | 5D | 6B | 15 | D | 0 | 3A | D9 | C | 25 |
| Octal | 124 | 135 | 153 | 25 | 15 | 0 | 72 | 331 | 14 | 45 |
| Binary | 1010100 | 1011101 | 1101011 | 10101 | 1101 | 0 | 111010 | 11011001 | 1100 | 100101 |
Color Harmonies of #545D6B
Complementary color
Monochromatic Colors of #545D6B
Black with #545D6B
Text Example
Text Example
White with #545D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D6B; }
p { color: rgb(84,93,107); }
H1.HeaderClassName
{
color: #545D6B;
}
.AnyTagClassName
{
color: #545D6B;
}
</style>
background-color css
<style>
a { background-color: #545D6B; }
a { background-color: rgb(84,93,107); }
div.DivClassName
{
background-color: #545D6B;
}
.BgClassName
{
background-color: #545D6B;
}
</style>
border-color css
<style>
span { border-color: #545D6B; }
span { border-color: rgb(84,93,107); }
td.TdClassName
{
border-color: #545D6B;
}
.TagClassName
{
border-color: #545D6B;
}
</style>