Shades of Bright Grey #565C62
Tints of Bright Grey #565C62
RGB
CMYK
RGB Variations
Color information
#565C62 (or 0x565C62) is known color: Bright Grey. HEX triplet: 56, 5C and 62. RGB value is (86,92,98). Sum of RGB (Red+Green+Blue) = 86+92+98=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #565C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C62 is #A9A39D. Grayscale: #5A5A5A. Windows color (decimal): -11117470 or 6446166. OLE color: 6446166.
HSL color Cylindrical-coordinate representation of color #565C62: hue angle of 210º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565C62 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 92 | 98 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.62 |
| HSL | 210º | 0.07% | 0.36% | - |
| HSV(B) | 210º | 0.12% | 0.38% | - |
| XYZ | 9.87 | 10.51 | 13.06 | - |
| YUV | 90.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 98 | 0.12 | 0.06 | 0 | 0.62 | 210 | 0.07 | 0.36 |
| Hex | 56 | 5C | 62 | C | 6 | 0 | 3E | D2 | 7 | 24 |
| Octal | 126 | 134 | 142 | 14 | 6 | 0 | 76 | 322 | 7 | 44 |
| Binary | 1010110 | 1011100 | 1100010 | 1100 | 110 | 0 | 111110 | 11010010 | 111 | 100100 |
Color Harmonies of #565C62
Complementary color
Monochromatic Colors of #565C62
Black with #565C62
Text Example
Text Example
White with #565C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C62; }
p { color: rgb(86,92,98); }
H1.HeaderClassName
{
color: #565C62;
}
.AnyTagClassName
{
color: #565C62;
}
</style>
background-color css
<style>
a { background-color: #565C62; }
a { background-color: rgb(86,92,98); }
div.DivClassName
{
background-color: #565C62;
}
.BgClassName
{
background-color: #565C62;
}
</style>
border-color css
<style>
span { border-color: #565C62; }
span { border-color: rgb(86,92,98); }
td.TdClassName
{
border-color: #565C62;
}
.TagClassName
{
border-color: #565C62;
}
</style>