Shades of Bright Grey #505B68
Tints of Bright Grey #505B68
RGB
CMYK
RGB Variations
Color information
#505B68 (or 0x505B68) is known color: Bright Grey. HEX triplet: 50, 5B and 68. RGB value is (80,91,104). Sum of RGB (Red+Green+Blue) = 80+91+104=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #505B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B68 is #AFA497. Grayscale: #595959. Windows color (decimal): -11510936 or 6839120. OLE color: 6839120.
HSL color Cylindrical-coordinate representation of color #505B68: hue angle of 212.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 #505B68 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 91 | 104 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.59 |
| HSL | 212.5º | 0.13% | 0.36% | - |
| HSV(B) | 212.5º | 0.23% | 0.41% | - |
| XYZ | 9.55 | 10.19 | 14.56 | - |
| YUV | 89.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 104 | 0.23 | 0.12 | 0 | 0.59 | 212.5 | 0.13 | 0.36 |
| Hex | 50 | 5B | 68 | 17 | C | 0 | 3B | D4 | D | 24 |
| Octal | 120 | 133 | 150 | 27 | 14 | 0 | 73 | 324 | 15 | 44 |
| Binary | 1010000 | 1011011 | 1101000 | 10111 | 1100 | 0 | 111011 | 11010100 | 1101 | 100100 |
Color Harmonies of #505B68
Complementary color
Monochromatic Colors of #505B68
Black with #505B68
Text Example
Text Example
White with #505B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B68; }
p { color: rgb(80,91,104); }
H1.HeaderClassName
{
color: #505B68;
}
.AnyTagClassName
{
color: #505B68;
}
</style>
background-color css
<style>
a { background-color: #505B68; }
a { background-color: rgb(80,91,104); }
div.DivClassName
{
background-color: #505B68;
}
.BgClassName
{
background-color: #505B68;
}
</style>
border-color css
<style>
span { border-color: #505B68; }
span { border-color: rgb(80,91,104); }
td.TdClassName
{
border-color: #505B68;
}
.TagClassName
{
border-color: #505B68;
}
</style>