Shades of Bright Grey #535665
Tints of Bright Grey #535665
RGB
CMYK
RGB Variations
Color information
#535665 (or 0x535665) is known color: Bright Grey. HEX triplet: 53, 56 and 65. RGB value is (83,86,101). Sum of RGB (Red+Green+Blue) = 83+86+101=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #535665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535665 is #ACA99A. Grayscale: #565656. Windows color (decimal): -11315611 or 6641235. OLE color: 6641235.
HSL color Cylindrical-coordinate representation of color #535665: hue angle of 230º 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 #535665 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 86 | 101 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.60 |
| HSL | 230º | 0.1% | 0.36% | - |
| HSV(B) | 230º | 0.18% | 0.4% | - |
| XYZ | 9.24 | 9.43 | 13.65 | - |
| YUV | 86.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 101 | 0.18 | 0.15 | 0 | 0.60 | 230 | 0.1 | 0.36 |
| Hex | 53 | 56 | 65 | 12 | F | 0 | 3C | E6 | A | 24 |
| Octal | 123 | 126 | 145 | 22 | 17 | 0 | 74 | 346 | 12 | 44 |
| Binary | 1010011 | 1010110 | 1100101 | 10010 | 1111 | 0 | 111100 | 11100110 | 1010 | 100100 |
Color Harmonies of #535665
Complementary color
Monochromatic Colors of #535665
Black with #535665
Text Example
Text Example
White with #535665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535665; }
p { color: rgb(83,86,101); }
H1.HeaderClassName
{
color: #535665;
}
.AnyTagClassName
{
color: #535665;
}
</style>
background-color css
<style>
a { background-color: #535665; }
a { background-color: rgb(83,86,101); }
div.DivClassName
{
background-color: #535665;
}
.BgClassName
{
background-color: #535665;
}
</style>
border-color css
<style>
span { border-color: #535665; }
span { border-color: rgb(83,86,101); }
td.TdClassName
{
border-color: #535665;
}
.TagClassName
{
border-color: #535665;
}
</style>