Shades of Bright Grey #535863
Tints of Bright Grey #535863
RGB
CMYK
RGB Variations
Color information
#535863 (or 0x535863) is known color: Bright Grey. HEX triplet: 53, 58 and 63. RGB value is (83,88,99). Sum of RGB (Red+Green+Blue) = 83+88+99=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #535863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535863 is #ACA79C. Grayscale: #575757. Windows color (decimal): -11315101 or 6510675. OLE color: 6510675.
HSL color Cylindrical-coordinate representation of color #535863: hue angle of 221.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535863 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 88 | 99 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.61 |
| HSL | 221.25º | 0.09% | 0.36% | - |
| HSV(B) | 221.25º | 0.16% | 0.39% | - |
| XYZ | 9.31 | 9.72 | 13.19 | - |
| YUV | 87.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 99 | 0.16 | 0.11 | 0 | 0.61 | 221.25 | 0.09 | 0.36 |
| Hex | 53 | 58 | 63 | 10 | B | 0 | 3D | DD | 9 | 24 |
| Octal | 123 | 130 | 143 | 20 | 13 | 0 | 75 | 335 | 11 | 44 |
| Binary | 1010011 | 1011000 | 1100011 | 10000 | 1011 | 0 | 111101 | 11011101 | 1001 | 100100 |
Color Harmonies of #535863
Complementary color
Monochromatic Colors of #535863
Black with #535863
Text Example
Text Example
White with #535863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535863; }
p { color: rgb(83,88,99); }
H1.HeaderClassName
{
color: #535863;
}
.AnyTagClassName
{
color: #535863;
}
</style>
background-color css
<style>
a { background-color: #535863; }
a { background-color: rgb(83,88,99); }
div.DivClassName
{
background-color: #535863;
}
.BgClassName
{
background-color: #535863;
}
</style>
border-color css
<style>
span { border-color: #535863; }
span { border-color: rgb(83,88,99); }
td.TdClassName
{
border-color: #535863;
}
.TagClassName
{
border-color: #535863;
}
</style>