Shades of Bright Grey #565B69
Tints of Bright Grey #565B69
RGB
CMYK
RGB Variations
Color information
#565B69 (or 0x565B69) is known color: Bright Grey. HEX triplet: 56, 5B and 69. RGB value is (86,91,105). Sum of RGB (Red+Green+Blue) = 86+91+105=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #565B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B69 is #A9A496. Grayscale: #5B5B5B. Windows color (decimal): -11117719 or 6904662. OLE color: 6904662.
HSL color Cylindrical-coordinate representation of color #565B69: hue angle of 224.21º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565B69 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 91 | 105 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.59 |
| HSL | 224.21º | 0.1% | 0.37% | - |
| HSV(B) | 224.21º | 0.18% | 0.41% | - |
| XYZ | 10.13 | 10.48 | 14.85 | - |
| YUV | 91.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 105 | 0.18 | 0.13 | 0 | 0.59 | 224.21 | 0.1 | 0.37 |
| Hex | 56 | 5B | 69 | 12 | D | 0 | 3B | E0 | A | 25 |
| Octal | 126 | 133 | 151 | 22 | 15 | 0 | 73 | 340 | 12 | 45 |
| Binary | 1010110 | 1011011 | 1101001 | 10010 | 1101 | 0 | 111011 | 11100000 | 1010 | 100101 |
Color Harmonies of #565B69
Complementary color
Monochromatic Colors of #565B69
Black with #565B69
Text Example
Text Example
White with #565B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B69; }
p { color: rgb(86,91,105); }
H1.HeaderClassName
{
color: #565B69;
}
.AnyTagClassName
{
color: #565B69;
}
</style>
background-color css
<style>
a { background-color: #565B69; }
a { background-color: rgb(86,91,105); }
div.DivClassName
{
background-color: #565B69;
}
.BgClassName
{
background-color: #565B69;
}
</style>
border-color css
<style>
span { border-color: #565B69; }
span { border-color: rgb(86,91,105); }
td.TdClassName
{
border-color: #565B69;
}
.TagClassName
{
border-color: #565B69;
}
</style>