Shades of Bright Grey #565867
Tints of Bright Grey #565867
RGB
CMYK
RGB Variations
Color information
#565867 (or 0x565867) is known color: Bright Grey. HEX triplet: 56, 58 and 67. RGB value is (86,88,103). Sum of RGB (Red+Green+Blue) = 86+88+103=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 103 - color contains mainly: blue. Hex color #565867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565867 is #A9A798. Grayscale: #595959. Windows color (decimal): -11118489 or 6772822. OLE color: 6772822.
HSL color Cylindrical-coordinate representation of color #565867: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565867 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 88 | 103 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.60 |
| HSL | 232.94º | 0.09% | 0.37% | - |
| HSV(B) | 232.94º | 0.17% | 0.4% | - |
| XYZ | 9.78 | 9.94 | 14.23 | - |
| YUV | 89.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 103 | 0.17 | 0.15 | 0 | 0.60 | 232.94 | 0.09 | 0.37 |
| Hex | 56 | 58 | 67 | 11 | F | 0 | 3C | E9 | 9 | 25 |
| Octal | 126 | 130 | 147 | 21 | 17 | 0 | 74 | 351 | 11 | 45 |
| Binary | 1010110 | 1011000 | 1100111 | 10001 | 1111 | 0 | 111100 | 11101001 | 1001 | 100101 |
Color Harmonies of #565867
Complementary color
Monochromatic Colors of #565867
Black with #565867
Text Example
Text Example
White with #565867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565867; }
p { color: rgb(86,88,103); }
H1.HeaderClassName
{
color: #565867;
}
.AnyTagClassName
{
color: #565867;
}
</style>
background-color css
<style>
a { background-color: #565867; }
a { background-color: rgb(86,88,103); }
div.DivClassName
{
background-color: #565867;
}
.BgClassName
{
background-color: #565867;
}
</style>
border-color css
<style>
span { border-color: #565867; }
span { border-color: rgb(86,88,103); }
td.TdClassName
{
border-color: #565867;
}
.TagClassName
{
border-color: #565867;
}
</style>