Shades of Bright Grey #545C6B
Tints of Bright Grey #545C6B
RGB
CMYK
RGB Variations
Color information
#545C6B (or 0x545C6B) is known color: Bright Grey. HEX triplet: 54, 5C and 6B. RGB value is (84,92,107). Sum of RGB (Red+Green+Blue) = 84+92+107=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #545C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C6B is #ABA394. Grayscale: #5B5B5B. Windows color (decimal): -11248533 or 7035988. OLE color: 7035988.
HSL color Cylindrical-coordinate representation of color #545C6B: hue angle of 219.13º 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 #545C6B is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 92 | 107 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.58 |
| HSL | 219.13º | 0.12% | 0.37% | - |
| HSV(B) | 219.13º | 0.21% | 0.42% | - |
| XYZ | 10.14 | 10.6 | 15.42 | - |
| YUV | 91.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 107 | 0.21 | 0.14 | 0 | 0.58 | 219.13 | 0.12 | 0.37 |
| Hex | 54 | 5C | 6B | 15 | E | 0 | 3A | DB | C | 25 |
| Octal | 124 | 134 | 153 | 25 | 16 | 0 | 72 | 333 | 14 | 45 |
| Binary | 1010100 | 1011100 | 1101011 | 10101 | 1110 | 0 | 111010 | 11011011 | 1100 | 100101 |
Color Harmonies of #545C6B
Complementary color
Monochromatic Colors of #545C6B
Black with #545C6B
Text Example
Text Example
White with #545C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C6B; }
p { color: rgb(84,92,107); }
H1.HeaderClassName
{
color: #545C6B;
}
.AnyTagClassName
{
color: #545C6B;
}
</style>
background-color css
<style>
a { background-color: #545C6B; }
a { background-color: rgb(84,92,107); }
div.DivClassName
{
background-color: #545C6B;
}
.BgClassName
{
background-color: #545C6B;
}
</style>
border-color css
<style>
span { border-color: #545C6B; }
span { border-color: rgb(84,92,107); }
td.TdClassName
{
border-color: #545C6B;
}
.TagClassName
{
border-color: #545C6B;
}
</style>