Shades of Bright Grey #545A66
Tints of Bright Grey #545A66
RGB
CMYK
RGB Variations
Color information
#545A66 (or 0x545A66) is known color: Bright Grey. HEX triplet: 54, 5A and 66. RGB value is (84,90,102). Sum of RGB (Red+Green+Blue) = 84+90+102=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 102 - color contains mainly: blue. Hex color #545A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A66 is #ABA599. Grayscale: #595959. Windows color (decimal): -11249050 or 6707796. OLE color: 6707796.
HSL color Cylindrical-coordinate representation of color #545A66: hue angle of 220º 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 #545A66 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 90 | 102 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.6 |
| HSL | 220º | 0.1% | 0.36% | - |
| HSV(B) | 220º | 0.18% | 0.4% | - |
| XYZ | 9.71 | 10.16 | 14.02 | - |
| YUV | 89.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 102 | 0.18 | 0.12 | 0 | 0.6 | 220 | 0.1 | 0.36 |
| Hex | 54 | 5A | 66 | 12 | C | 0 | 3C | DC | A | 24 |
| Octal | 124 | 132 | 146 | 22 | 14 | 0 | 74 | 334 | 12 | 44 |
| Binary | 1010100 | 1011010 | 1100110 | 10010 | 1100 | 0 | 111100 | 11011100 | 1010 | 100100 |
Color Harmonies of #545A66
Complementary color
Monochromatic Colors of #545A66
Black with #545A66
Text Example
Text Example
White with #545A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A66; }
p { color: rgb(84,90,102); }
H1.HeaderClassName
{
color: #545A66;
}
.AnyTagClassName
{
color: #545A66;
}
</style>
background-color css
<style>
a { background-color: #545A66; }
a { background-color: rgb(84,90,102); }
div.DivClassName
{
background-color: #545A66;
}
.BgClassName
{
background-color: #545A66;
}
</style>
border-color css
<style>
span { border-color: #545A66; }
span { border-color: rgb(84,90,102); }
td.TdClassName
{
border-color: #545A66;
}
.TagClassName
{
border-color: #545A66;
}
</style>