Shades of Bright Grey #545C66
Tints of Bright Grey #545C66
RGB
CMYK
RGB Variations
Color information
#545C66 (or 0x545C66) is known color: Bright Grey. HEX triplet: 54, 5C and 66. RGB value is (84,92,102). Sum of RGB (Red+Green+Blue) = 84+92+102=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #545C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C66 is #ABA399. Grayscale: #5A5A5A. Windows color (decimal): -11248538 or 6708308. OLE color: 6708308.
HSL color Cylindrical-coordinate representation of color #545C66: hue angle of 213.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545C66 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 92 | 102 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.6 |
| HSL | 213.33º | 0.1% | 0.36% | - |
| HSV(B) | 213.33º | 0.18% | 0.4% | - |
| XYZ | 9.88 | 10.5 | 14.08 | - |
| YUV | 90.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 102 | 0.18 | 0.10 | 0 | 0.6 | 213.33 | 0.1 | 0.36 |
| Hex | 54 | 5C | 66 | 12 | A | 0 | 3C | D5 | A | 24 |
| Octal | 124 | 134 | 146 | 22 | 12 | 0 | 74 | 325 | 12 | 44 |
| Binary | 1010100 | 1011100 | 1100110 | 10010 | 1010 | 0 | 111100 | 11010101 | 1010 | 100100 |
Color Harmonies of #545C66
Complementary color
Monochromatic Colors of #545C66
Black with #545C66
Text Example
Text Example
White with #545C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C66; }
p { color: rgb(84,92,102); }
H1.HeaderClassName
{
color: #545C66;
}
.AnyTagClassName
{
color: #545C66;
}
</style>
background-color css
<style>
a { background-color: #545C66; }
a { background-color: rgb(84,92,102); }
div.DivClassName
{
background-color: #545C66;
}
.BgClassName
{
background-color: #545C66;
}
</style>
border-color css
<style>
span { border-color: #545C66; }
span { border-color: rgb(84,92,102); }
td.TdClassName
{
border-color: #545C66;
}
.TagClassName
{
border-color: #545C66;
}
</style>