Shades of Bright Grey #565860
Tints of Bright Grey #565860
RGB
CMYK
RGB Variations
Color information
#565860 (or 0x565860) is known color: Bright Grey. HEX triplet: 56, 58 and 60. RGB value is (86,88,96). Sum of RGB (Red+Green+Blue) = 86+88+96=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #565860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565860 is #A9A79F. Grayscale: #585858. Windows color (decimal): -11118496 or 6314070. OLE color: 6314070.
HSL color Cylindrical-coordinate representation of color #565860: hue angle of 228º 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 #565860 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 88 | 96 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.62 |
| HSL | 228º | 0.05% | 0.36% | - |
| HSV(B) | 228º | 0.1% | 0.38% | - |
| XYZ | 9.44 | 9.8 | 12.46 | - |
| YUV | 88.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 96 | 0.10 | 0.08 | 0 | 0.62 | 228 | 0.05 | 0.36 |
| Hex | 56 | 58 | 60 | A | 8 | 0 | 3E | E4 | 5 | 24 |
| Octal | 126 | 130 | 140 | 12 | 10 | 0 | 76 | 344 | 5 | 44 |
| Binary | 1010110 | 1011000 | 1100000 | 1010 | 1000 | 0 | 111110 | 11100100 | 101 | 100100 |
Color Harmonies of #565860
Complementary color
Monochromatic Colors of #565860
Black with #565860
Text Example
Text Example
White with #565860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565860; }
p { color: rgb(86,88,96); }
H1.HeaderClassName
{
color: #565860;
}
.AnyTagClassName
{
color: #565860;
}
</style>
background-color css
<style>
a { background-color: #565860; }
a { background-color: rgb(86,88,96); }
div.DivClassName
{
background-color: #565860;
}
.BgClassName
{
background-color: #565860;
}
</style>
border-color css
<style>
span { border-color: #565860; }
span { border-color: rgb(86,88,96); }
td.TdClassName
{
border-color: #565860;
}
.TagClassName
{
border-color: #565860;
}
</style>