Shades of Bright Grey #505564
Tints of Bright Grey #505564
RGB
CMYK
RGB Variations
Color information
#505564 (or 0x505564) is known color: Bright Grey. HEX triplet: 50, 55 and 64. RGB value is (80,85,100). Sum of RGB (Red+Green+Blue) = 80+85+100=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 100 - color contains mainly: blue. Hex color #505564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505564 is #AFAA9B. Grayscale: #555555. Windows color (decimal): -11512476 or 6575440. OLE color: 6575440.
HSL color Cylindrical-coordinate representation of color #505564: hue angle of 225º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505564 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 85 | 100 | - |
| CMYK | 0.2 | 0.15 | 0 | 0.61 |
| HSL | 225º | 0.11% | 0.35% | - |
| HSV(B) | 225º | 0.2% | 0.39% | - |
| XYZ | 8.86 | 9.12 | 13.35 | - |
| YUV | 85.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 100 | 0.2 | 0.15 | 0 | 0.61 | 225 | 0.11 | 0.35 |
| Hex | 50 | 55 | 64 | 14 | F | 0 | 3D | E1 | B | 23 |
| Octal | 120 | 125 | 144 | 24 | 17 | 0 | 75 | 341 | 13 | 43 |
| Binary | 1010000 | 1010101 | 1100100 | 10100 | 1111 | 0 | 111101 | 11100001 | 1011 | 100011 |
Color Harmonies of #505564
Complementary color
Monochromatic Colors of #505564
Black with #505564
Text Example
Text Example
White with #505564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505564; }
p { color: rgb(80,85,100); }
H1.HeaderClassName
{
color: #505564;
}
.AnyTagClassName
{
color: #505564;
}
</style>
background-color css
<style>
a { background-color: #505564; }
a { background-color: rgb(80,85,100); }
div.DivClassName
{
background-color: #505564;
}
.BgClassName
{
background-color: #505564;
}
</style>
border-color css
<style>
span { border-color: #505564; }
span { border-color: rgb(80,85,100); }
td.TdClassName
{
border-color: #505564;
}
.TagClassName
{
border-color: #505564;
}
</style>