Shades of Bright Grey #535866
Tints of Bright Grey #535866
RGB
CMYK
RGB Variations
Color information
#535866 (or 0x535866) is known color: Bright Grey. HEX triplet: 53, 58 and 66. RGB value is (83,88,102). Sum of RGB (Red+Green+Blue) = 83+88+102=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #535866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535866 is #ACA799. Grayscale: #585858. Windows color (decimal): -11315098 or 6707283. OLE color: 6707283.
HSL color Cylindrical-coordinate representation of color #535866: hue angle of 224.21º 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 #535866 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 88 | 102 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.6 |
| HSL | 224.21º | 0.1% | 0.36% | - |
| HSV(B) | 224.21º | 0.19% | 0.4% | - |
| XYZ | 9.46 | 9.78 | 13.96 | - |
| YUV | 88.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 102 | 0.19 | 0.14 | 0 | 0.6 | 224.21 | 0.1 | 0.36 |
| Hex | 53 | 58 | 66 | 13 | E | 0 | 3C | E0 | A | 24 |
| Octal | 123 | 130 | 146 | 23 | 16 | 0 | 74 | 340 | 12 | 44 |
| Binary | 1010011 | 1011000 | 1100110 | 10011 | 1110 | 0 | 111100 | 11100000 | 1010 | 100100 |
Color Harmonies of #535866
Complementary color
Monochromatic Colors of #535866
Black with #535866
Text Example
Text Example
White with #535866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535866; }
p { color: rgb(83,88,102); }
H1.HeaderClassName
{
color: #535866;
}
.AnyTagClassName
{
color: #535866;
}
</style>
background-color css
<style>
a { background-color: #535866; }
a { background-color: rgb(83,88,102); }
div.DivClassName
{
background-color: #535866;
}
.BgClassName
{
background-color: #535866;
}
</style>
border-color css
<style>
span { border-color: #535866; }
span { border-color: rgb(83,88,102); }
td.TdClassName
{
border-color: #535866;
}
.TagClassName
{
border-color: #535866;
}
</style>