Shades of Bright Grey #53555F
Tints of Bright Grey #53555F
RGB
CMYK
RGB Variations
Color information
#53555F (or 0x53555F) is known color: Bright Grey. HEX triplet: 53, 55 and 5F. RGB value is (83,85,95). Sum of RGB (Red+Green+Blue) = 83+85+95=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 95 - color contains mainly: blue. Hex color #53555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53555F is #ACAAA0. Grayscale: #555555. Windows color (decimal): -11315873 or 6247763. OLE color: 6247763.
HSL color Cylindrical-coordinate representation of color #53555F: hue angle of 230º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53555F is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 85 | 95 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.63 |
| HSL | 230º | 0.07% | 0.35% | - |
| HSV(B) | 230º | 0.13% | 0.37% | - |
| XYZ | 8.88 | 9.16 | 12.13 | - |
| YUV | 85.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 95 | 0.13 | 0.11 | 0 | 0.63 | 230 | 0.07 | 0.35 |
| Hex | 53 | 55 | 5F | D | B | 0 | 3F | E6 | 7 | 23 |
| Octal | 123 | 125 | 137 | 15 | 13 | 0 | 77 | 346 | 7 | 43 |
| Binary | 1010011 | 1010101 | 1011111 | 1101 | 1011 | 0 | 111111 | 11100110 | 111 | 100011 |
Color Harmonies of #53555F
Complementary color
Monochromatic Colors of #53555F
Black with #53555F
Text Example
Text Example
White with #53555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53555F; }
p { color: rgb(83,85,95); }
H1.HeaderClassName
{
color: #53555F;
}
.AnyTagClassName
{
color: #53555F;
}
</style>
background-color css
<style>
a { background-color: #53555F; }
a { background-color: rgb(83,85,95); }
div.DivClassName
{
background-color: #53555F;
}
.BgClassName
{
background-color: #53555F;
}
</style>
border-color css
<style>
span { border-color: #53555F; }
span { border-color: rgb(83,85,95); }
td.TdClassName
{
border-color: #53555F;
}
.TagClassName
{
border-color: #53555F;
}
</style>