Shades of Bright Grey #545C67
Tints of Bright Grey #545C67
RGB
CMYK
RGB Variations
Color information
#545C67 (or 0x545C67) is known color: Bright Grey. HEX triplet: 54, 5C and 67. RGB value is (84,92,103). Sum of RGB (Red+Green+Blue) = 84+92+103=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #545C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C67 is #ABA398. Grayscale: #5A5A5A. Windows color (decimal): -11248537 or 6773844. OLE color: 6773844.
HSL color Cylindrical-coordinate representation of color #545C67: hue angle of 214.74º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545C67 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 92 | 103 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.60 |
| HSL | 214.74º | 0.1% | 0.37% | - |
| HSV(B) | 214.74º | 0.18% | 0.4% | - |
| XYZ | 9.93 | 10.52 | 14.34 | - |
| YUV | 90.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 103 | 0.18 | 0.11 | 0 | 0.60 | 214.74 | 0.1 | 0.37 |
| Hex | 54 | 5C | 67 | 12 | B | 0 | 3C | D7 | A | 25 |
| Octal | 124 | 134 | 147 | 22 | 13 | 0 | 74 | 327 | 12 | 45 |
| Binary | 1010100 | 1011100 | 1100111 | 10010 | 1011 | 0 | 111100 | 11010111 | 1010 | 100101 |
Color Harmonies of #545C67
Complementary color
Monochromatic Colors of #545C67
Black with #545C67
Text Example
Text Example
White with #545C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C67; }
p { color: rgb(84,92,103); }
H1.HeaderClassName
{
color: #545C67;
}
.AnyTagClassName
{
color: #545C67;
}
</style>
background-color css
<style>
a { background-color: #545C67; }
a { background-color: rgb(84,92,103); }
div.DivClassName
{
background-color: #545C67;
}
.BgClassName
{
background-color: #545C67;
}
</style>
border-color css
<style>
span { border-color: #545C67; }
span { border-color: rgb(84,92,103); }
td.TdClassName
{
border-color: #545C67;
}
.TagClassName
{
border-color: #545C67;
}
</style>