Shades of Bright Grey #565868
Tints of Bright Grey #565868
RGB
CMYK
RGB Variations
Color information
#565868 (or 0x565868) is known color: Bright Grey. HEX triplet: 56, 58 and 68. RGB value is (86,88,104). Sum of RGB (Red+Green+Blue) = 86+88+104=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #565868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565868 is #A9A797. Grayscale: #595959. Windows color (decimal): -11118488 or 6838358. OLE color: 6838358.
HSL color Cylindrical-coordinate representation of color #565868: hue angle of 233.33º 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 #565868 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 88 | 104 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.59 |
| HSL | 233.33º | 0.09% | 0.37% | - |
| HSV(B) | 233.33º | 0.17% | 0.41% | - |
| XYZ | 9.83 | 9.96 | 14.5 | - |
| YUV | 89.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 104 | 0.17 | 0.15 | 0 | 0.59 | 233.33 | 0.09 | 0.37 |
| Hex | 56 | 58 | 68 | 11 | F | 0 | 3B | E9 | 9 | 25 |
| Octal | 126 | 130 | 150 | 21 | 17 | 0 | 73 | 351 | 11 | 45 |
| Binary | 1010110 | 1011000 | 1101000 | 10001 | 1111 | 0 | 111011 | 11101001 | 1001 | 100101 |
Color Harmonies of #565868
Complementary color
Monochromatic Colors of #565868
Black with #565868
Text Example
Text Example
White with #565868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565868; }
p { color: rgb(86,88,104); }
H1.HeaderClassName
{
color: #565868;
}
.AnyTagClassName
{
color: #565868;
}
</style>
background-color css
<style>
a { background-color: #565868; }
a { background-color: rgb(86,88,104); }
div.DivClassName
{
background-color: #565868;
}
.BgClassName
{
background-color: #565868;
}
</style>
border-color css
<style>
span { border-color: #565868; }
span { border-color: rgb(86,88,104); }
td.TdClassName
{
border-color: #565868;
}
.TagClassName
{
border-color: #565868;
}
</style>