Shades of Bright Grey #54575A
Tints of Bright Grey #54575A
RGB
CMYK
RGB Variations
Color information
#54575A (or 0x54575A) is known color: Bright Grey. HEX triplet: 54, 57 and 5A. RGB value is (84,87,90). Sum of RGB (Red+Green+Blue) = 84+87+90=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #54575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54575A is #ABA8A5. Grayscale: #565656. Windows color (decimal): -11249830 or 5920596. OLE color: 5920596.
HSL color Cylindrical-coordinate representation of color #54575A: hue angle of 210º 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 #54575A is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 87 | 90 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.65 |
| HSL | 210º | 0.03% | 0.34% | - |
| HSV(B) | 210º | 0.07% | 0.35% | - |
| XYZ | 8.91 | 9.44 | 11.03 | - |
| YUV | 86.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 90 | 0.07 | 0.03 | 0 | 0.65 | 210 | 0.03 | 0.34 |
| Hex | 54 | 57 | 5A | 7 | 3 | 0 | 41 | D2 | 3 | 22 |
| Octal | 124 | 127 | 132 | 7 | 3 | 0 | 101 | 322 | 3 | 42 |
| Binary | 1010100 | 1010111 | 1011010 | 111 | 11 | 0 | 1000001 | 11010010 | 11 | 100010 |
Color Harmonies of #54575A
Complementary color
Monochromatic Colors of #54575A
Black with #54575A
Text Example
Text Example
White with #54575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54575A; }
p { color: rgb(84,87,90); }
H1.HeaderClassName
{
color: #54575A;
}
.AnyTagClassName
{
color: #54575A;
}
</style>
background-color css
<style>
a { background-color: #54575A; }
a { background-color: rgb(84,87,90); }
div.DivClassName
{
background-color: #54575A;
}
.BgClassName
{
background-color: #54575A;
}
</style>
border-color css
<style>
span { border-color: #54575A; }
span { border-color: rgb(84,87,90); }
td.TdClassName
{
border-color: #54575A;
}
.TagClassName
{
border-color: #54575A;
}
</style>