Shades of Bright Grey #53555C
Tints of Bright Grey #53555C
RGB
CMYK
RGB Variations
Color information
#53555C (or 0x53555C) is known color: Bright Grey. HEX triplet: 53, 55 and 5C. RGB value is (83,85,92). Sum of RGB (Red+Green+Blue) = 83+85+92=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 92 - color contains mainly: blue. Hex color #53555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53555C is #ACAAA3. Grayscale: #555555. Windows color (decimal): -11315876 or 6051155. OLE color: 6051155.
HSL color Cylindrical-coordinate representation of color #53555C: hue angle of 226.67º 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 #53555C is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 85 | 92 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.64 |
| HSL | 226.67º | 0.05% | 0.34% | - |
| HSV(B) | 226.67º | 0.1% | 0.36% | - |
| XYZ | 8.75 | 9.11 | 11.42 | - |
| YUV | 85.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 92 | 0.10 | 0.08 | 0 | 0.64 | 226.67 | 0.05 | 0.34 |
| Hex | 53 | 55 | 5C | A | 8 | 0 | 40 | E3 | 5 | 22 |
| Octal | 123 | 125 | 134 | 12 | 10 | 0 | 100 | 343 | 5 | 42 |
| Binary | 1010011 | 1010101 | 1011100 | 1010 | 1000 | 0 | 1000000 | 11100011 | 101 | 100010 |
Color Harmonies of #53555C
Complementary color
Monochromatic Colors of #53555C
Black with #53555C
Text Example
Text Example
White with #53555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53555C; }
p { color: rgb(83,85,92); }
H1.HeaderClassName
{
color: #53555C;
}
.AnyTagClassName
{
color: #53555C;
}
</style>
background-color css
<style>
a { background-color: #53555C; }
a { background-color: rgb(83,85,92); }
div.DivClassName
{
background-color: #53555C;
}
.BgClassName
{
background-color: #53555C;
}
</style>
border-color css
<style>
span { border-color: #53555C; }
span { border-color: rgb(83,85,92); }
td.TdClassName
{
border-color: #53555C;
}
.TagClassName
{
border-color: #53555C;
}
</style>