Shades of Bright Grey #545D6D
Tints of Bright Grey #545D6D
RGB
CMYK
RGB Variations
Color information
#545D6D (or 0x545D6D) is known color: Bright Grey. HEX triplet: 54, 5D and 6D. RGB value is (84,93,109). Sum of RGB (Red+Green+Blue) = 84+93+109=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #545D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D6D is #ABA292. Grayscale: #5C5C5C. Windows color (decimal): -11248275 or 7167316. OLE color: 7167316.
HSL color Cylindrical-coordinate representation of color #545D6D: hue angle of 218.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #545D6D is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 93 | 109 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.57 |
| HSL | 218.4º | 0.13% | 0.38% | - |
| HSV(B) | 218.4º | 0.23% | 0.43% | - |
| XYZ | 10.33 | 10.82 | 16.01 | - |
| YUV | 92.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 109 | 0.23 | 0.15 | 0 | 0.57 | 218.4 | 0.13 | 0.38 |
| Hex | 54 | 5D | 6D | 17 | F | 0 | 39 | DA | D | 26 |
| Octal | 124 | 135 | 155 | 27 | 17 | 0 | 71 | 332 | 15 | 46 |
| Binary | 1010100 | 1011101 | 1101101 | 10111 | 1111 | 0 | 111001 | 11011010 | 1101 | 100110 |
Color Harmonies of #545D6D
Complementary color
Monochromatic Colors of #545D6D
Black with #545D6D
Text Example
Text Example
White with #545D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D6D; }
p { color: rgb(84,93,109); }
H1.HeaderClassName
{
color: #545D6D;
}
.AnyTagClassName
{
color: #545D6D;
}
</style>
background-color css
<style>
a { background-color: #545D6D; }
a { background-color: rgb(84,93,109); }
div.DivClassName
{
background-color: #545D6D;
}
.BgClassName
{
background-color: #545D6D;
}
</style>
border-color css
<style>
span { border-color: #545D6D; }
span { border-color: rgb(84,93,109); }
td.TdClassName
{
border-color: #545D6D;
}
.TagClassName
{
border-color: #545D6D;
}
</style>