Shades of Bright Grey #535D6C
Tints of Bright Grey #535D6C
RGB
CMYK
RGB Variations
Color information
#535D6C (or 0x535D6C) is known color: Bright Grey. HEX triplet: 53, 5D and 6C. RGB value is (83,93,108). Sum of RGB (Red+Green+Blue) = 83+93+108=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #535D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D6C is #ACA293. Grayscale: #5B5B5B. Windows color (decimal): -11313812 or 7101779. OLE color: 7101779.
HSL color Cylindrical-coordinate representation of color #535D6C: hue angle of 216º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535D6C is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 93 | 108 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.58 |
| HSL | 216º | 0.13% | 0.37% | - |
| HSV(B) | 216º | 0.23% | 0.42% | - |
| XYZ | 10.19 | 10.75 | 15.73 | - |
| YUV | 91.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 108 | 0.23 | 0.14 | 0 | 0.58 | 216 | 0.13 | 0.37 |
| Hex | 53 | 5D | 6C | 17 | E | 0 | 3A | D8 | D | 25 |
| Octal | 123 | 135 | 154 | 27 | 16 | 0 | 72 | 330 | 15 | 45 |
| Binary | 1010011 | 1011101 | 1101100 | 10111 | 1110 | 0 | 111010 | 11011000 | 1101 | 100101 |
Color Harmonies of #535D6C
Complementary color
Monochromatic Colors of #535D6C
Black with #535D6C
Text Example
Text Example
White with #535D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D6C; }
p { color: rgb(83,93,108); }
H1.HeaderClassName
{
color: #535D6C;
}
.AnyTagClassName
{
color: #535D6C;
}
</style>
background-color css
<style>
a { background-color: #535D6C; }
a { background-color: rgb(83,93,108); }
div.DivClassName
{
background-color: #535D6C;
}
.BgClassName
{
background-color: #535D6C;
}
</style>
border-color css
<style>
span { border-color: #535D6C; }
span { border-color: rgb(83,93,108); }
td.TdClassName
{
border-color: #535D6C;
}
.TagClassName
{
border-color: #535D6C;
}
</style>