Shades of Bright Grey #535460
Tints of Bright Grey #535460
RGB
CMYK
RGB Variations
Color information
#535460 (or 0x535460) is known color: Bright Grey. HEX triplet: 53, 54 and 60. RGB value is (83,84,96). Sum of RGB (Red+Green+Blue) = 83+84+96=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #535460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535460 is #ACAB9F. Grayscale: #555555. Windows color (decimal): -11316128 or 6313043. OLE color: 6313043.
HSL color Cylindrical-coordinate representation of color #535460: hue angle of 235.38º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535460 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 84 | 96 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.62 |
| HSL | 235.38º | 0.07% | 0.35% | - |
| HSV(B) | 235.38º | 0.14% | 0.38% | - |
| XYZ | 8.85 | 9.02 | 12.34 | - |
| YUV | 85.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 96 | 0.14 | 0.12 | 0 | 0.62 | 235.38 | 0.07 | 0.35 |
| Hex | 53 | 54 | 60 | E | C | 0 | 3E | EB | 7 | 23 |
| Octal | 123 | 124 | 140 | 16 | 14 | 0 | 76 | 353 | 7 | 43 |
| Binary | 1010011 | 1010100 | 1100000 | 1110 | 1100 | 0 | 111110 | 11101011 | 111 | 100011 |
Color Harmonies of #535460
Complementary color
Monochromatic Colors of #535460
Black with #535460
Text Example
Text Example
White with #535460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535460; }
p { color: rgb(83,84,96); }
H1.HeaderClassName
{
color: #535460;
}
.AnyTagClassName
{
color: #535460;
}
</style>
background-color css
<style>
a { background-color: #535460; }
a { background-color: rgb(83,84,96); }
div.DivClassName
{
background-color: #535460;
}
.BgClassName
{
background-color: #535460;
}
</style>
border-color css
<style>
span { border-color: #535460; }
span { border-color: rgb(83,84,96); }
td.TdClassName
{
border-color: #535460;
}
.TagClassName
{
border-color: #535460;
}
</style>