Shades of Bright Grey #565A61
Tints of Bright Grey #565A61
RGB
CMYK
RGB Variations
Color information
#565A61 (or 0x565A61) is known color: Bright Grey. HEX triplet: 56, 5A and 61. RGB value is (86,90,97). Sum of RGB (Red+Green+Blue) = 86+90+97=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #565A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A61 is #A9A59E. Grayscale: #595959. Windows color (decimal): -11117983 or 6380118. OLE color: 6380118.
HSL color Cylindrical-coordinate representation of color #565A61: hue angle of 218.18º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #565A61 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 90 | 97 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.62 |
| HSL | 218.18º | 0.06% | 0.36% | - |
| HSV(B) | 218.18º | 0.11% | 0.38% | - |
| XYZ | 9.65 | 10.15 | 12.76 | - |
| YUV | 89.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 97 | 0.11 | 0.07 | 0 | 0.62 | 218.18 | 0.06 | 0.36 |
| Hex | 56 | 5A | 61 | B | 7 | 0 | 3E | DA | 6 | 24 |
| Octal | 126 | 132 | 141 | 13 | 7 | 0 | 76 | 332 | 6 | 44 |
| Binary | 1010110 | 1011010 | 1100001 | 1011 | 111 | 0 | 111110 | 11011010 | 110 | 100100 |
Color Harmonies of #565A61
Complementary color
Monochromatic Colors of #565A61
Black with #565A61
Text Example
Text Example
White with #565A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A61; }
p { color: rgb(86,90,97); }
H1.HeaderClassName
{
color: #565A61;
}
.AnyTagClassName
{
color: #565A61;
}
</style>
background-color css
<style>
a { background-color: #565A61; }
a { background-color: rgb(86,90,97); }
div.DivClassName
{
background-color: #565A61;
}
.BgClassName
{
background-color: #565A61;
}
</style>
border-color css
<style>
span { border-color: #565A61; }
span { border-color: rgb(86,90,97); }
td.TdClassName
{
border-color: #565A61;
}
.TagClassName
{
border-color: #565A61;
}
</style>