Shades of Bright Grey #505A67
Tints of Bright Grey #505A67
RGB
CMYK
RGB Variations
Color information
#505A67 (or 0x505A67) is known color: Bright Grey. HEX triplet: 50, 5A and 67. RGB value is (80,90,103). Sum of RGB (Red+Green+Blue) = 80+90+103=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #505A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A67 is #AFA598. Grayscale: #585858. Windows color (decimal): -11511193 or 6773328. OLE color: 6773328.
HSL color Cylindrical-coordinate representation of color #505A67: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505A67 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 90 | 103 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.60 |
| HSL | 213.91º | 0.13% | 0.36% | - |
| HSV(B) | 213.91º | 0.22% | 0.4% | - |
| XYZ | 9.41 | 10 | 14.27 | - |
| YUV | 88.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 103 | 0.22 | 0.13 | 0 | 0.60 | 213.91 | 0.13 | 0.36 |
| Hex | 50 | 5A | 67 | 16 | D | 0 | 3C | D6 | D | 24 |
| Octal | 120 | 132 | 147 | 26 | 15 | 0 | 74 | 326 | 15 | 44 |
| Binary | 1010000 | 1011010 | 1100111 | 10110 | 1101 | 0 | 111100 | 11010110 | 1101 | 100100 |
Color Harmonies of #505A67
Complementary color
Monochromatic Colors of #505A67
Black with #505A67
Text Example
Text Example
White with #505A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A67; }
p { color: rgb(80,90,103); }
H1.HeaderClassName
{
color: #505A67;
}
.AnyTagClassName
{
color: #505A67;
}
</style>
background-color css
<style>
a { background-color: #505A67; }
a { background-color: rgb(80,90,103); }
div.DivClassName
{
background-color: #505A67;
}
.BgClassName
{
background-color: #505A67;
}
</style>
border-color css
<style>
span { border-color: #505A67; }
span { border-color: rgb(80,90,103); }
td.TdClassName
{
border-color: #505A67;
}
.TagClassName
{
border-color: #505A67;
}
</style>