Shades of Bright Grey #565C6D
Tints of Bright Grey #565C6D
RGB
CMYK
RGB Variations
Color information
#565C6D (or 0x565C6D) is known color: Bright Grey. HEX triplet: 56, 5C and 6D. RGB value is (86,92,109). Sum of RGB (Red+Green+Blue) = 86+92+109=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #565C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C6D is #A9A392. Grayscale: #5C5C5C. Windows color (decimal): -11117459 or 7167062. OLE color: 7167062.
HSL color Cylindrical-coordinate representation of color #565C6D: hue angle of 224.35º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #565C6D is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 92 | 109 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.57 |
| HSL | 224.35º | 0.12% | 0.38% | - |
| HSV(B) | 224.35º | 0.21% | 0.43% | - |
| XYZ | 10.43 | 10.74 | 15.99 | - |
| YUV | 92.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 109 | 0.21 | 0.16 | 0 | 0.57 | 224.35 | 0.12 | 0.38 |
| Hex | 56 | 5C | 6D | 15 | 10 | 0 | 39 | E0 | C | 26 |
| Octal | 126 | 134 | 155 | 25 | 20 | 0 | 71 | 340 | 14 | 46 |
| Binary | 1010110 | 1011100 | 1101101 | 10101 | 10000 | 0 | 111001 | 11100000 | 1100 | 100110 |
Color Harmonies of #565C6D
Complementary color
Monochromatic Colors of #565C6D
Black with #565C6D
Text Example
Text Example
White with #565C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C6D; }
p { color: rgb(86,92,109); }
H1.HeaderClassName
{
color: #565C6D;
}
.AnyTagClassName
{
color: #565C6D;
}
</style>
background-color css
<style>
a { background-color: #565C6D; }
a { background-color: rgb(86,92,109); }
div.DivClassName
{
background-color: #565C6D;
}
.BgClassName
{
background-color: #565C6D;
}
</style>
border-color css
<style>
span { border-color: #565C6D; }
span { border-color: rgb(86,92,109); }
td.TdClassName
{
border-color: #565C6D;
}
.TagClassName
{
border-color: #565C6D;
}
</style>