Shades of Bright Grey #565968
Tints of Bright Grey #565968
RGB
CMYK
RGB Variations
Color information
#565968 (or 0x565968) is known color: Bright Grey. HEX triplet: 56, 59 and 68. RGB value is (86,89,104). Sum of RGB (Red+Green+Blue) = 86+89+104=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #565968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565968 is #A9A697. Grayscale: #595959. Windows color (decimal): -11118232 or 6838614. OLE color: 6838614.
HSL color Cylindrical-coordinate representation of color #565968: hue angle of 230º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565968 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 89 | 104 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.59 |
| HSL | 230º | 0.09% | 0.37% | - |
| HSV(B) | 230º | 0.17% | 0.41% | - |
| XYZ | 9.91 | 10.12 | 14.53 | - |
| YUV | 89.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 104 | 0.17 | 0.14 | 0 | 0.59 | 230 | 0.09 | 0.37 |
| Hex | 56 | 59 | 68 | 11 | E | 0 | 3B | E6 | 9 | 25 |
| Octal | 126 | 131 | 150 | 21 | 16 | 0 | 73 | 346 | 11 | 45 |
| Binary | 1010110 | 1011001 | 1101000 | 10001 | 1110 | 0 | 111011 | 11100110 | 1001 | 100101 |
Color Harmonies of #565968
Complementary color
Monochromatic Colors of #565968
Black with #565968
Text Example
Text Example
White with #565968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565968; }
p { color: rgb(86,89,104); }
H1.HeaderClassName
{
color: #565968;
}
.AnyTagClassName
{
color: #565968;
}
</style>
background-color css
<style>
a { background-color: #565968; }
a { background-color: rgb(86,89,104); }
div.DivClassName
{
background-color: #565968;
}
.BgClassName
{
background-color: #565968;
}
</style>
border-color css
<style>
span { border-color: #565968; }
span { border-color: rgb(86,89,104); }
td.TdClassName
{
border-color: #565968;
}
.TagClassName
{
border-color: #565968;
}
</style>