Shades of Bright Grey #535B6B
Tints of Bright Grey #535B6B
RGB
CMYK
RGB Variations
Color information
#535B6B (or 0x535B6B) is known color: Bright Grey. HEX triplet: 53, 5B and 6B. RGB value is (83,91,107). Sum of RGB (Red+Green+Blue) = 83+91+107=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #535B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B6B is #ACA494. Grayscale: #5A5A5A. Windows color (decimal): -11314325 or 7035731. OLE color: 7035731.
HSL color Cylindrical-coordinate representation of color #535B6B: hue angle of 220º degrees, saturation: 0.13, 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 #535B6B is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 91 | 107 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.58 |
| HSL | 220º | 0.13% | 0.37% | - |
| HSV(B) | 220º | 0.22% | 0.42% | - |
| XYZ | 9.96 | 10.38 | 15.39 | - |
| YUV | 90.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 107 | 0.22 | 0.15 | 0 | 0.58 | 220 | 0.13 | 0.37 |
| Hex | 53 | 5B | 6B | 16 | F | 0 | 3A | DC | D | 25 |
| Octal | 123 | 133 | 153 | 26 | 17 | 0 | 72 | 334 | 15 | 45 |
| Binary | 1010011 | 1011011 | 1101011 | 10110 | 1111 | 0 | 111010 | 11011100 | 1101 | 100101 |
Color Harmonies of #535B6B
Complementary color
Monochromatic Colors of #535B6B
Black with #535B6B
Text Example
Text Example
White with #535B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B6B; }
p { color: rgb(83,91,107); }
H1.HeaderClassName
{
color: #535B6B;
}
.AnyTagClassName
{
color: #535B6B;
}
</style>
background-color css
<style>
a { background-color: #535B6B; }
a { background-color: rgb(83,91,107); }
div.DivClassName
{
background-color: #535B6B;
}
.BgClassName
{
background-color: #535B6B;
}
</style>
border-color css
<style>
span { border-color: #535B6B; }
span { border-color: rgb(83,91,107); }
td.TdClassName
{
border-color: #535B6B;
}
.TagClassName
{
border-color: #535B6B;
}
</style>