Shades of Bright Grey #54555A
Tints of Bright Grey #54555A
RGB
CMYK
RGB Variations
Color information
#54555A (or 0x54555A) is known color: Bright Grey. HEX triplet: 54, 55 and 5A. RGB value is (84,85,90). Sum of RGB (Red+Green+Blue) = 84+85+90=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #54555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54555A is #ABAAA5. Grayscale: #555555. Windows color (decimal): -11250342 or 5920084. OLE color: 5920084.
HSL color Cylindrical-coordinate representation of color #54555A: hue angle of 230º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #54555A is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 85 | 90 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.65 |
| HSL | 230º | 0.03% | 0.34% | - |
| HSV(B) | 230º | 0.07% | 0.35% | - |
| XYZ | 8.75 | 9.12 | 10.97 | - |
| YUV | 85.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 90 | 0.07 | 0.06 | 0 | 0.65 | 230 | 0.03 | 0.34 |
| Hex | 54 | 55 | 5A | 7 | 6 | 0 | 41 | E6 | 3 | 22 |
| Octal | 124 | 125 | 132 | 7 | 6 | 0 | 101 | 346 | 3 | 42 |
| Binary | 1010100 | 1010101 | 1011010 | 111 | 110 | 0 | 1000001 | 11100110 | 11 | 100010 |
Color Harmonies of #54555A
Complementary color
Monochromatic Colors of #54555A
Black with #54555A
Text Example
Text Example
White with #54555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54555A; }
p { color: rgb(84,85,90); }
H1.HeaderClassName
{
color: #54555A;
}
.AnyTagClassName
{
color: #54555A;
}
</style>
background-color css
<style>
a { background-color: #54555A; }
a { background-color: rgb(84,85,90); }
div.DivClassName
{
background-color: #54555A;
}
.BgClassName
{
background-color: #54555A;
}
</style>
border-color css
<style>
span { border-color: #54555A; }
span { border-color: rgb(84,85,90); }
td.TdClassName
{
border-color: #54555A;
}
.TagClassName
{
border-color: #54555A;
}
</style>