Shades of Bright Grey #565A63
Tints of Bright Grey #565A63
RGB
CMYK
RGB Variations
Color information
#565A63 (or 0x565A63) is known color: Bright Grey. HEX triplet: 56, 5A and 63. RGB value is (86,90,99). Sum of RGB (Red+Green+Blue) = 86+90+99=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #565A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A63 is #A9A59C. Grayscale: #595959. Windows color (decimal): -11117981 or 6511190. OLE color: 6511190.
HSL color Cylindrical-coordinate representation of color #565A63: hue angle of 221.54º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #565A63 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 90 | 99 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.61 |
| HSL | 221.54º | 0.07% | 0.36% | - |
| HSV(B) | 221.54º | 0.13% | 0.39% | - |
| XYZ | 9.75 | 10.19 | 13.26 | - |
| YUV | 89.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 99 | 0.13 | 0.09 | 0 | 0.61 | 221.54 | 0.07 | 0.36 |
| Hex | 56 | 5A | 63 | D | 9 | 0 | 3D | DE | 7 | 24 |
| Octal | 126 | 132 | 143 | 15 | 11 | 0 | 75 | 336 | 7 | 44 |
| Binary | 1010110 | 1011010 | 1100011 | 1101 | 1001 | 0 | 111101 | 11011110 | 111 | 100100 |
Color Harmonies of #565A63
Complementary color
Monochromatic Colors of #565A63
Black with #565A63
Text Example
Text Example
White with #565A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A63; }
p { color: rgb(86,90,99); }
H1.HeaderClassName
{
color: #565A63;
}
.AnyTagClassName
{
color: #565A63;
}
</style>
background-color css
<style>
a { background-color: #565A63; }
a { background-color: rgb(86,90,99); }
div.DivClassName
{
background-color: #565A63;
}
.BgClassName
{
background-color: #565A63;
}
</style>
border-color css
<style>
span { border-color: #565A63; }
span { border-color: rgb(86,90,99); }
td.TdClassName
{
border-color: #565A63;
}
.TagClassName
{
border-color: #565A63;
}
</style>