Shades of Bright Grey #535865
Tints of Bright Grey #535865
RGB
CMYK
RGB Variations
Color information
#535865 (or 0x535865) is known color: Bright Grey. HEX triplet: 53, 58 and 65. RGB value is (83,88,101). Sum of RGB (Red+Green+Blue) = 83+88+101=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #535865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535865 is #ACA79A. Grayscale: #575757. Windows color (decimal): -11315099 or 6641747. OLE color: 6641747.
HSL color Cylindrical-coordinate representation of color #535865: hue angle of 223.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535865 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 88 | 101 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.60 |
| HSL | 223.33º | 0.1% | 0.36% | - |
| HSV(B) | 223.33º | 0.18% | 0.4% | - |
| XYZ | 9.41 | 9.76 | 13.7 | - |
| YUV | 87.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 101 | 0.18 | 0.13 | 0 | 0.60 | 223.33 | 0.1 | 0.36 |
| Hex | 53 | 58 | 65 | 12 | D | 0 | 3C | DF | A | 24 |
| Octal | 123 | 130 | 145 | 22 | 15 | 0 | 74 | 337 | 12 | 44 |
| Binary | 1010011 | 1011000 | 1100101 | 10010 | 1101 | 0 | 111100 | 11011111 | 1010 | 100100 |
Color Harmonies of #535865
Complementary color
Monochromatic Colors of #535865
Black with #535865
Text Example
Text Example
White with #535865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535865; }
p { color: rgb(83,88,101); }
H1.HeaderClassName
{
color: #535865;
}
.AnyTagClassName
{
color: #535865;
}
</style>
background-color css
<style>
a { background-color: #535865; }
a { background-color: rgb(83,88,101); }
div.DivClassName
{
background-color: #535865;
}
.BgClassName
{
background-color: #535865;
}
</style>
border-color css
<style>
span { border-color: #535865; }
span { border-color: rgb(83,88,101); }
td.TdClassName
{
border-color: #535865;
}
.TagClassName
{
border-color: #535865;
}
</style>