Shades of Bright Grey #565D67
Tints of Bright Grey #565D67
RGB
CMYK
RGB Variations
Color information
#565D67 (or 0x565D67) is known color: Bright Grey. HEX triplet: 56, 5D and 67. RGB value is (86,93,103). Sum of RGB (Red+Green+Blue) = 86+93+103=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #565D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D67 is #A9A298. Grayscale: #5C5C5C. Windows color (decimal): -11117209 or 6774102. OLE color: 6774102.
HSL color Cylindrical-coordinate representation of color #565D67: hue angle of 215.29º 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 #565D67 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 93 | 103 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.60 |
| HSL | 215.29º | 0.09% | 0.37% | - |
| HSV(B) | 215.29º | 0.17% | 0.4% | - |
| XYZ | 10.2 | 10.79 | 14.38 | - |
| YUV | 92.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 103 | 0.17 | 0.10 | 0 | 0.60 | 215.29 | 0.09 | 0.37 |
| Hex | 56 | 5D | 67 | 11 | A | 0 | 3C | D7 | 9 | 25 |
| Octal | 126 | 135 | 147 | 21 | 12 | 0 | 74 | 327 | 11 | 45 |
| Binary | 1010110 | 1011101 | 1100111 | 10001 | 1010 | 0 | 111100 | 11010111 | 1001 | 100101 |
Color Harmonies of #565D67
Complementary color
Monochromatic Colors of #565D67
Black with #565D67
Text Example
Text Example
White with #565D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D67; }
p { color: rgb(86,93,103); }
H1.HeaderClassName
{
color: #565D67;
}
.AnyTagClassName
{
color: #565D67;
}
</style>
background-color css
<style>
a { background-color: #565D67; }
a { background-color: rgb(86,93,103); }
div.DivClassName
{
background-color: #565D67;
}
.BgClassName
{
background-color: #565D67;
}
</style>
border-color css
<style>
span { border-color: #565D67; }
span { border-color: rgb(86,93,103); }
td.TdClassName
{
border-color: #565D67;
}
.TagClassName
{
border-color: #565D67;
}
</style>