Shades of Bright Grey #565960
Tints of Bright Grey #565960
RGB
CMYK
RGB Variations
Color information
#565960 (or 0x565960) is known color: Bright Grey. HEX triplet: 56, 59 and 60. RGB value is (86,89,96). Sum of RGB (Red+Green+Blue) = 86+89+96=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #565960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565960 is #A9A69F. Grayscale: #585858. Windows color (decimal): -11118240 or 6314326. OLE color: 6314326.
HSL color Cylindrical-coordinate representation of color #565960: hue angle of 222º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565960 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 89 | 96 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.62 |
| HSL | 222º | 0.05% | 0.36% | - |
| HSV(B) | 222º | 0.1% | 0.38% | - |
| XYZ | 9.52 | 9.97 | 12.49 | - |
| YUV | 88.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 96 | 0.10 | 0.07 | 0 | 0.62 | 222 | 0.05 | 0.36 |
| Hex | 56 | 59 | 60 | A | 7 | 0 | 3E | DE | 5 | 24 |
| Octal | 126 | 131 | 140 | 12 | 7 | 0 | 76 | 336 | 5 | 44 |
| Binary | 1010110 | 1011001 | 1100000 | 1010 | 111 | 0 | 111110 | 11011110 | 101 | 100100 |
Color Harmonies of #565960
Complementary color
Monochromatic Colors of #565960
Black with #565960
Text Example
Text Example
White with #565960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565960; }
p { color: rgb(86,89,96); }
H1.HeaderClassName
{
color: #565960;
}
.AnyTagClassName
{
color: #565960;
}
</style>
background-color css
<style>
a { background-color: #565960; }
a { background-color: rgb(86,89,96); }
div.DivClassName
{
background-color: #565960;
}
.BgClassName
{
background-color: #565960;
}
</style>
border-color css
<style>
span { border-color: #565960; }
span { border-color: rgb(86,89,96); }
td.TdClassName
{
border-color: #565960;
}
.TagClassName
{
border-color: #565960;
}
</style>