Shades of Bright Grey #53545A
Tints of Bright Grey #53545A
RGB
CMYK
RGB Variations
Color information
#53545A (or 0x53545A) is known color: Bright Grey. HEX triplet: 53, 54 and 5A. RGB value is (83,84,90). Sum of RGB (Red+Green+Blue) = 83+84+90=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #53545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53545A is #ACABA5. Grayscale: #545454. Windows color (decimal): -11316134 or 5919827. OLE color: 5919827.
HSL color Cylindrical-coordinate representation of color #53545A: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53545A is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 84 | 90 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.65 |
| HSL | 231.43º | 0.04% | 0.34% | - |
| HSV(B) | 231.43º | 0.08% | 0.35% | - |
| XYZ | 8.58 | 8.92 | 10.94 | - |
| YUV | 84.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 90 | 0.08 | 0.07 | 0 | 0.65 | 231.43 | 0.04 | 0.34 |
| Hex | 53 | 54 | 5A | 8 | 7 | 0 | 41 | E7 | 4 | 22 |
| Octal | 123 | 124 | 132 | 10 | 7 | 0 | 101 | 347 | 4 | 42 |
| Binary | 1010011 | 1010100 | 1011010 | 1000 | 111 | 0 | 1000001 | 11100111 | 100 | 100010 |
Color Harmonies of #53545A
Complementary color
Monochromatic Colors of #53545A
Black with #53545A
Text Example
Text Example
White with #53545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53545A; }
p { color: rgb(83,84,90); }
H1.HeaderClassName
{
color: #53545A;
}
.AnyTagClassName
{
color: #53545A;
}
</style>
background-color css
<style>
a { background-color: #53545A; }
a { background-color: rgb(83,84,90); }
div.DivClassName
{
background-color: #53545A;
}
.BgClassName
{
background-color: #53545A;
}
</style>
border-color css
<style>
span { border-color: #53545A; }
span { border-color: rgb(83,84,90); }
td.TdClassName
{
border-color: #53545A;
}
.TagClassName
{
border-color: #53545A;
}
</style>