Shades of Bright Grey #565C6C
Tints of Bright Grey #565C6C
RGB
CMYK
RGB Variations
Color information
#565C6C (or 0x565C6C) is known color: Bright Grey. HEX triplet: 56, 5C and 6C. RGB value is (86,92,108). Sum of RGB (Red+Green+Blue) = 86+92+108=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #565C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C6C is #A9A393. Grayscale: #5B5B5B. Windows color (decimal): -11117460 or 7101526. OLE color: 7101526.
HSL color Cylindrical-coordinate representation of color #565C6C: hue angle of 223.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565C6C is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 92 | 108 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.58 |
| HSL | 223.64º | 0.11% | 0.38% | - |
| HSV(B) | 223.64º | 0.2% | 0.42% | - |
| XYZ | 10.37 | 10.72 | 15.71 | - |
| YUV | 92.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 108 | 0.20 | 0.15 | 0 | 0.58 | 223.64 | 0.11 | 0.38 |
| Hex | 56 | 5C | 6C | 14 | F | 0 | 3A | E0 | B | 26 |
| Octal | 126 | 134 | 154 | 24 | 17 | 0 | 72 | 340 | 13 | 46 |
| Binary | 1010110 | 1011100 | 1101100 | 10100 | 1111 | 0 | 111010 | 11100000 | 1011 | 100110 |
Color Harmonies of #565C6C
Complementary color
Monochromatic Colors of #565C6C
Black with #565C6C
Text Example
Text Example
White with #565C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C6C; }
p { color: rgb(86,92,108); }
H1.HeaderClassName
{
color: #565C6C;
}
.AnyTagClassName
{
color: #565C6C;
}
</style>
background-color css
<style>
a { background-color: #565C6C; }
a { background-color: rgb(86,92,108); }
div.DivClassName
{
background-color: #565C6C;
}
.BgClassName
{
background-color: #565C6C;
}
</style>
border-color css
<style>
span { border-color: #565C6C; }
span { border-color: rgb(86,92,108); }
td.TdClassName
{
border-color: #565C6C;
}
.TagClassName
{
border-color: #565C6C;
}
</style>