Shades of Bright Grey #565866
Tints of Bright Grey #565866
RGB
CMYK
RGB Variations
Color information
#565866 (or 0x565866) is known color: Bright Grey. HEX triplet: 56, 58 and 66. RGB value is (86,88,102). Sum of RGB (Red+Green+Blue) = 86+88+102=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 102 - color contains mainly: blue. Hex color #565866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565866 is #A9A799. Grayscale: #585858. Windows color (decimal): -11118490 or 6707286. OLE color: 6707286.
HSL color Cylindrical-coordinate representation of color #565866: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565866 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 88 | 102 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.6 |
| HSL | 232.5º | 0.09% | 0.37% | - |
| HSV(B) | 232.5º | 0.16% | 0.4% | - |
| XYZ | 9.73 | 9.92 | 13.97 | - |
| YUV | 89 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 102 | 0.16 | 0.14 | 0 | 0.6 | 232.5 | 0.09 | 0.37 |
| Hex | 56 | 58 | 66 | 10 | E | 0 | 3C | E8 | 9 | 25 |
| Octal | 126 | 130 | 146 | 20 | 16 | 0 | 74 | 350 | 11 | 45 |
| Binary | 1010110 | 1011000 | 1100110 | 10000 | 1110 | 0 | 111100 | 11101000 | 1001 | 100101 |
Color Harmonies of #565866
Complementary color
Monochromatic Colors of #565866
Black with #565866
Text Example
Text Example
White with #565866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565866; }
p { color: rgb(86,88,102); }
H1.HeaderClassName
{
color: #565866;
}
.AnyTagClassName
{
color: #565866;
}
</style>
background-color css
<style>
a { background-color: #565866; }
a { background-color: rgb(86,88,102); }
div.DivClassName
{
background-color: #565866;
}
.BgClassName
{
background-color: #565866;
}
</style>
border-color css
<style>
span { border-color: #565866; }
span { border-color: rgb(86,88,102); }
td.TdClassName
{
border-color: #565866;
}
.TagClassName
{
border-color: #565866;
}
</style>