Shades of Bright Grey #535D6A
Tints of Bright Grey #535D6A
RGB
CMYK
RGB Variations
Color information
#535D6A (or 0x535D6A) is known color: Bright Grey. HEX triplet: 53, 5D and 6A. RGB value is (83,93,106). Sum of RGB (Red+Green+Blue) = 83+93+106=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #535D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D6A is #ACA295. Grayscale: #5B5B5B. Windows color (decimal): -11313814 or 6970707. OLE color: 6970707.
HSL color Cylindrical-coordinate representation of color #535D6A: hue angle of 213.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535D6A is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 93 | 106 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.58 |
| HSL | 213.91º | 0.12% | 0.37% | - |
| HSV(B) | 213.91º | 0.22% | 0.42% | - |
| XYZ | 10.08 | 10.71 | 15.17 | - |
| YUV | 91.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 106 | 0.22 | 0.12 | 0 | 0.58 | 213.91 | 0.12 | 0.37 |
| Hex | 53 | 5D | 6A | 16 | C | 0 | 3A | D6 | C | 25 |
| Octal | 123 | 135 | 152 | 26 | 14 | 0 | 72 | 326 | 14 | 45 |
| Binary | 1010011 | 1011101 | 1101010 | 10110 | 1100 | 0 | 111010 | 11010110 | 1100 | 100101 |
Color Harmonies of #535D6A
Complementary color
Monochromatic Colors of #535D6A
Black with #535D6A
Text Example
Text Example
White with #535D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D6A; }
p { color: rgb(83,93,106); }
H1.HeaderClassName
{
color: #535D6A;
}
.AnyTagClassName
{
color: #535D6A;
}
</style>
background-color css
<style>
a { background-color: #535D6A; }
a { background-color: rgb(83,93,106); }
div.DivClassName
{
background-color: #535D6A;
}
.BgClassName
{
background-color: #535D6A;
}
</style>
border-color css
<style>
span { border-color: #535D6A; }
span { border-color: rgb(83,93,106); }
td.TdClassName
{
border-color: #535D6A;
}
.TagClassName
{
border-color: #535D6A;
}
</style>