Shades of Bright Grey #535659
Tints of Bright Grey #535659
RGB
CMYK
RGB Variations
Color information
#535659 (or 0x535659) is known color: Bright Grey. HEX triplet: 53, 56 and 59. RGB value is (83,86,89). Sum of RGB (Red+Green+Blue) = 83+86+89=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #535659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535659 is #ACA9A6. Grayscale: #555555. Windows color (decimal): -11315623 or 5854803. OLE color: 5854803.
HSL color Cylindrical-coordinate representation of color #535659: hue angle of 210º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535659 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 86 | 89 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.65 |
| HSL | 210º | 0.03% | 0.34% | - |
| HSV(B) | 210º | 0.07% | 0.35% | - |
| XYZ | 8.7 | 9.22 | 10.77 | - |
| YUV | 85.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 89 | 0.07 | 0.03 | 0 | 0.65 | 210 | 0.03 | 0.34 |
| Hex | 53 | 56 | 59 | 7 | 3 | 0 | 41 | D2 | 3 | 22 |
| Octal | 123 | 126 | 131 | 7 | 3 | 0 | 101 | 322 | 3 | 42 |
| Binary | 1010011 | 1010110 | 1011001 | 111 | 11 | 0 | 1000001 | 11010010 | 11 | 100010 |
Color Harmonies of #535659
Complementary color
Monochromatic Colors of #535659
Black with #535659
Text Example
Text Example
White with #535659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535659; }
p { color: rgb(83,86,89); }
H1.HeaderClassName
{
color: #535659;
}
.AnyTagClassName
{
color: #535659;
}
</style>
background-color css
<style>
a { background-color: #535659; }
a { background-color: rgb(83,86,89); }
div.DivClassName
{
background-color: #535659;
}
.BgClassName
{
background-color: #535659;
}
</style>
border-color css
<style>
span { border-color: #535659; }
span { border-color: rgb(83,86,89); }
td.TdClassName
{
border-color: #535659;
}
.TagClassName
{
border-color: #535659;
}
</style>