Shades of Bright Grey #505868
Tints of Bright Grey #505868
RGB
CMYK
RGB Variations
Color information
#505868 (or 0x505868) is known color: Bright Grey. HEX triplet: 50, 58 and 68. RGB value is (80,88,104). Sum of RGB (Red+Green+Blue) = 80+88+104=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #505868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505868 is #AFA797. Grayscale: #575757. Windows color (decimal): -11511704 or 6838352. OLE color: 6838352.
HSL color Cylindrical-coordinate representation of color #505868: hue angle of 220º 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 #505868 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 88 | 104 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.59 |
| HSL | 220º | 0.13% | 0.36% | - |
| HSV(B) | 220º | 0.23% | 0.41% | - |
| XYZ | 9.3 | 9.68 | 14.48 | - |
| YUV | 87.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 104 | 0.23 | 0.15 | 0 | 0.59 | 220 | 0.13 | 0.36 |
| Hex | 50 | 58 | 68 | 17 | F | 0 | 3B | DC | D | 24 |
| Octal | 120 | 130 | 150 | 27 | 17 | 0 | 73 | 334 | 15 | 44 |
| Binary | 1010000 | 1011000 | 1101000 | 10111 | 1111 | 0 | 111011 | 11011100 | 1101 | 100100 |
Color Harmonies of #505868
Complementary color
Monochromatic Colors of #505868
Black with #505868
Text Example
Text Example
White with #505868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505868; }
p { color: rgb(80,88,104); }
H1.HeaderClassName
{
color: #505868;
}
.AnyTagClassName
{
color: #505868;
}
</style>
background-color css
<style>
a { background-color: #505868; }
a { background-color: rgb(80,88,104); }
div.DivClassName
{
background-color: #505868;
}
.BgClassName
{
background-color: #505868;
}
</style>
border-color css
<style>
span { border-color: #505868; }
span { border-color: rgb(80,88,104); }
td.TdClassName
{
border-color: #505868;
}
.TagClassName
{
border-color: #505868;
}
</style>