Shades of Bright Grey #565E6C
Tints of Bright Grey #565E6C
RGB
CMYK
RGB Variations
Color information
#565E6C (or 0x565E6C) is known color: Bright Grey. HEX triplet: 56, 5E and 6C. RGB value is (86,94,108). Sum of RGB (Red+Green+Blue) = 86+94+108=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #565E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E6C is #A9A193. Grayscale: #5D5D5D. Windows color (decimal): -11116948 or 7102038. OLE color: 7102038.
HSL color Cylindrical-coordinate representation of color #565E6C: hue angle of 218.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565E6C is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 94 | 108 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.58 |
| HSL | 218.18º | 0.11% | 0.38% | - |
| HSV(B) | 218.18º | 0.2% | 0.42% | - |
| XYZ | 10.55 | 11.07 | 15.77 | - |
| YUV | 93.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 108 | 0.20 | 0.13 | 0 | 0.58 | 218.18 | 0.11 | 0.38 |
| Hex | 56 | 5E | 6C | 14 | D | 0 | 3A | DA | B | 26 |
| Octal | 126 | 136 | 154 | 24 | 15 | 0 | 72 | 332 | 13 | 46 |
| Binary | 1010110 | 1011110 | 1101100 | 10100 | 1101 | 0 | 111010 | 11011010 | 1011 | 100110 |
Color Harmonies of #565E6C
Complementary color
Monochromatic Colors of #565E6C
Black with #565E6C
Text Example
Text Example
White with #565E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E6C; }
p { color: rgb(86,94,108); }
H1.HeaderClassName
{
color: #565E6C;
}
.AnyTagClassName
{
color: #565E6C;
}
</style>
background-color css
<style>
a { background-color: #565E6C; }
a { background-color: rgb(86,94,108); }
div.DivClassName
{
background-color: #565E6C;
}
.BgClassName
{
background-color: #565E6C;
}
</style>
border-color css
<style>
span { border-color: #565E6C; }
span { border-color: rgb(86,94,108); }
td.TdClassName
{
border-color: #565E6C;
}
.TagClassName
{
border-color: #565E6C;
}
</style>