Shades of Bright Grey #535860
Tints of Bright Grey #535860
RGB
CMYK
RGB Variations
Color information
#535860 (or 0x535860) is known color: Bright Grey. HEX triplet: 53, 58 and 60. RGB value is (83,88,96). Sum of RGB (Red+Green+Blue) = 83+88+96=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #535860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535860 is #ACA79F. Grayscale: #575757. Windows color (decimal): -11315104 or 6314067. OLE color: 6314067.
HSL color Cylindrical-coordinate representation of color #535860: hue angle of 216.92º 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 #535860 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 88 | 96 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.62 |
| HSL | 216.92º | 0.07% | 0.35% | - |
| HSV(B) | 216.92º | 0.14% | 0.38% | - |
| XYZ | 9.17 | 9.66 | 12.45 | - |
| YUV | 87.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 96 | 0.14 | 0.08 | 0 | 0.62 | 216.92 | 0.07 | 0.35 |
| Hex | 53 | 58 | 60 | E | 8 | 0 | 3E | D9 | 7 | 23 |
| Octal | 123 | 130 | 140 | 16 | 10 | 0 | 76 | 331 | 7 | 43 |
| Binary | 1010011 | 1011000 | 1100000 | 1110 | 1000 | 0 | 111110 | 11011001 | 111 | 100011 |
Color Harmonies of #535860
Complementary color
Monochromatic Colors of #535860
Black with #535860
Text Example
Text Example
White with #535860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535860; }
p { color: rgb(83,88,96); }
H1.HeaderClassName
{
color: #535860;
}
.AnyTagClassName
{
color: #535860;
}
</style>
background-color css
<style>
a { background-color: #535860; }
a { background-color: rgb(83,88,96); }
div.DivClassName
{
background-color: #535860;
}
.BgClassName
{
background-color: #535860;
}
</style>
border-color css
<style>
span { border-color: #535860; }
span { border-color: rgb(83,88,96); }
td.TdClassName
{
border-color: #535860;
}
.TagClassName
{
border-color: #535860;
}
</style>