Shades of Bright Grey #535666
Tints of Bright Grey #535666
RGB
CMYK
RGB Variations
Color information
#535666 (or 0x535666) is known color: Bright Grey. HEX triplet: 53, 56 and 66. RGB value is (83,86,102). Sum of RGB (Red+Green+Blue) = 83+86+102=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #535666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535666 is #ACA999. Grayscale: #565656. Windows color (decimal): -11315610 or 6706771. OLE color: 6706771.
HSL color Cylindrical-coordinate representation of color #535666: hue angle of 230.53º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535666 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 86 | 102 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.6 |
| HSL | 230.53º | 0.1% | 0.36% | - |
| HSV(B) | 230.53º | 0.19% | 0.4% | - |
| XYZ | 9.29 | 9.45 | 13.91 | - |
| YUV | 86.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 102 | 0.19 | 0.16 | 0 | 0.6 | 230.53 | 0.1 | 0.36 |
| Hex | 53 | 56 | 66 | 13 | 10 | 0 | 3C | E7 | A | 24 |
| Octal | 123 | 126 | 146 | 23 | 20 | 0 | 74 | 347 | 12 | 44 |
| Binary | 1010011 | 1010110 | 1100110 | 10011 | 10000 | 0 | 111100 | 11100111 | 1010 | 100100 |
Color Harmonies of #535666
Complementary color
Monochromatic Colors of #535666
Black with #535666
Text Example
Text Example
White with #535666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535666; }
p { color: rgb(83,86,102); }
H1.HeaderClassName
{
color: #535666;
}
.AnyTagClassName
{
color: #535666;
}
</style>
background-color css
<style>
a { background-color: #535666; }
a { background-color: rgb(83,86,102); }
div.DivClassName
{
background-color: #535666;
}
.BgClassName
{
background-color: #535666;
}
</style>
border-color css
<style>
span { border-color: #535666; }
span { border-color: rgb(83,86,102); }
td.TdClassName
{
border-color: #535666;
}
.TagClassName
{
border-color: #535666;
}
</style>