Shades of Bright Grey #565B64
Tints of Bright Grey #565B64
RGB
CMYK
RGB Variations
Color information
#565B64 (or 0x565B64) is known color: Bright Grey. HEX triplet: 56, 5B and 64. RGB value is (86,91,100). Sum of RGB (Red+Green+Blue) = 86+91+100=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 100 - color contains mainly: blue. Hex color #565B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B64 is #A9A49B. Grayscale: #5A5A5A. Windows color (decimal): -11117724 or 6576982. OLE color: 6576982.
HSL color Cylindrical-coordinate representation of color #565B64: hue angle of 218.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #565B64 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 91 | 100 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.61 |
| HSL | 218.57º | 0.08% | 0.36% | - |
| HSV(B) | 218.57º | 0.14% | 0.39% | - |
| XYZ | 9.88 | 10.38 | 13.54 | - |
| YUV | 90.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 100 | 0.14 | 0.09 | 0 | 0.61 | 218.57 | 0.08 | 0.36 |
| Hex | 56 | 5B | 64 | E | 9 | 0 | 3D | DB | 8 | 24 |
| Octal | 126 | 133 | 144 | 16 | 11 | 0 | 75 | 333 | 10 | 44 |
| Binary | 1010110 | 1011011 | 1100100 | 1110 | 1001 | 0 | 111101 | 11011011 | 1000 | 100100 |
Color Harmonies of #565B64
Complementary color
Monochromatic Colors of #565B64
Black with #565B64
Text Example
Text Example
White with #565B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B64; }
p { color: rgb(86,91,100); }
H1.HeaderClassName
{
color: #565B64;
}
.AnyTagClassName
{
color: #565B64;
}
</style>
background-color css
<style>
a { background-color: #565B64; }
a { background-color: rgb(86,91,100); }
div.DivClassName
{
background-color: #565B64;
}
.BgClassName
{
background-color: #565B64;
}
</style>
border-color css
<style>
span { border-color: #565B64; }
span { border-color: rgb(86,91,100); }
td.TdClassName
{
border-color: #565B64;
}
.TagClassName
{
border-color: #565B64;
}
</style>