Shades of Bright Grey #505968
Tints of Bright Grey #505968
RGB
CMYK
RGB Variations
Color information
#505968 (or 0x505968) is known color: Bright Grey. HEX triplet: 50, 59 and 68. RGB value is (80,89,104). Sum of RGB (Red+Green+Blue) = 80+89+104=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #505968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505968 is #AFA697. Grayscale: #575757. Windows color (decimal): -11511448 or 6838608. OLE color: 6838608.
HSL color Cylindrical-coordinate representation of color #505968: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505968 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 89 | 104 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.59 |
| HSL | 217.5º | 0.13% | 0.36% | - |
| HSV(B) | 217.5º | 0.23% | 0.41% | - |
| XYZ | 9.38 | 9.85 | 14.5 | - |
| YUV | 88.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 104 | 0.23 | 0.14 | 0 | 0.59 | 217.5 | 0.13 | 0.36 |
| Hex | 50 | 59 | 68 | 17 | E | 0 | 3B | DA | D | 24 |
| Octal | 120 | 131 | 150 | 27 | 16 | 0 | 73 | 332 | 15 | 44 |
| Binary | 1010000 | 1011001 | 1101000 | 10111 | 1110 | 0 | 111011 | 11011010 | 1101 | 100100 |
Color Harmonies of #505968
Complementary color
Monochromatic Colors of #505968
Black with #505968
Text Example
Text Example
White with #505968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505968; }
p { color: rgb(80,89,104); }
H1.HeaderClassName
{
color: #505968;
}
.AnyTagClassName
{
color: #505968;
}
</style>
background-color css
<style>
a { background-color: #505968; }
a { background-color: rgb(80,89,104); }
div.DivClassName
{
background-color: #505968;
}
.BgClassName
{
background-color: #505968;
}
</style>
border-color css
<style>
span { border-color: #505968; }
span { border-color: rgb(80,89,104); }
td.TdClassName
{
border-color: #505968;
}
.TagClassName
{
border-color: #505968;
}
</style>