Shades of Bright Grey #565A6A
Tints of Bright Grey #565A6A
RGB
CMYK
RGB Variations
Color information
#565A6A (or 0x565A6A) is known color: Bright Grey. HEX triplet: 56, 5A and 6A. RGB value is (86,90,106). Sum of RGB (Red+Green+Blue) = 86+90+106=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #565A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A6A is #A9A595. Grayscale: #5A5A5A. Windows color (decimal): -11117974 or 6969942. OLE color: 6969942.
HSL color Cylindrical-coordinate representation of color #565A6A: hue angle of 228º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #565A6A is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 90 | 106 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.58 |
| HSL | 228º | 0.1% | 0.38% | - |
| HSV(B) | 228º | 0.19% | 0.42% | - |
| XYZ | 10.1 | 10.33 | 15.1 | - |
| YUV | 90.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 106 | 0.19 | 0.15 | 0 | 0.58 | 228 | 0.1 | 0.38 |
| Hex | 56 | 5A | 6A | 13 | F | 0 | 3A | E4 | A | 26 |
| Octal | 126 | 132 | 152 | 23 | 17 | 0 | 72 | 344 | 12 | 46 |
| Binary | 1010110 | 1011010 | 1101010 | 10011 | 1111 | 0 | 111010 | 11100100 | 1010 | 100110 |
Color Harmonies of #565A6A
Complementary color
Monochromatic Colors of #565A6A
Black with #565A6A
Text Example
Text Example
White with #565A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A6A; }
p { color: rgb(86,90,106); }
H1.HeaderClassName
{
color: #565A6A;
}
.AnyTagClassName
{
color: #565A6A;
}
</style>
background-color css
<style>
a { background-color: #565A6A; }
a { background-color: rgb(86,90,106); }
div.DivClassName
{
background-color: #565A6A;
}
.BgClassName
{
background-color: #565A6A;
}
</style>
border-color css
<style>
span { border-color: #565A6A; }
span { border-color: rgb(86,90,106); }
td.TdClassName
{
border-color: #565A6A;
}
.TagClassName
{
border-color: #565A6A;
}
</style>