Shades of Bright Grey #53545C
Tints of Bright Grey #53545C
RGB
CMYK
RGB Variations
Color information
#53545C (or 0x53545C) is known color: Bright Grey. HEX triplet: 53, 54 and 5C. RGB value is (83,84,92). Sum of RGB (Red+Green+Blue) = 83+84+92=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #53545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53545C is #ACABA3. Grayscale: #545454. Windows color (decimal): -11316132 or 6050899. OLE color: 6050899.
HSL color Cylindrical-coordinate representation of color #53545C: hue angle of 233.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #53545C is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 84 | 92 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.64 |
| HSL | 233.33º | 0.05% | 0.34% | - |
| HSV(B) | 233.33º | 0.1% | 0.36% | - |
| XYZ | 8.67 | 8.95 | 11.4 | - |
| YUV | 84.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 92 | 0.10 | 0.09 | 0 | 0.64 | 233.33 | 0.05 | 0.34 |
| Hex | 53 | 54 | 5C | A | 9 | 0 | 40 | E9 | 5 | 22 |
| Octal | 123 | 124 | 134 | 12 | 11 | 0 | 100 | 351 | 5 | 42 |
| Binary | 1010011 | 1010100 | 1011100 | 1010 | 1001 | 0 | 1000000 | 11101001 | 101 | 100010 |
Color Harmonies of #53545C
Complementary color
Monochromatic Colors of #53545C
Black with #53545C
Text Example
Text Example
White with #53545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53545C; }
p { color: rgb(83,84,92); }
H1.HeaderClassName
{
color: #53545C;
}
.AnyTagClassName
{
color: #53545C;
}
</style>
background-color css
<style>
a { background-color: #53545C; }
a { background-color: rgb(83,84,92); }
div.DivClassName
{
background-color: #53545C;
}
.BgClassName
{
background-color: #53545C;
}
</style>
border-color css
<style>
span { border-color: #53545C; }
span { border-color: rgb(83,84,92); }
td.TdClassName
{
border-color: #53545C;
}
.TagClassName
{
border-color: #53545C;
}
</style>