Shades of Astronaut #50547E
Tints of Astronaut #50547E
RGB
CMYK
RGB Variations
Color information
#50547E (or 0x50547E) is known color: Astronaut. HEX triplet: 50, 54 and 7E. RGB value is (80,84,126). Sum of RGB (Red+Green+Blue) = 80+84+126=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #50547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50547E is #AFAB81. Grayscale: #575757. Windows color (decimal): -11512706 or 8279120. OLE color: 8279120.
HSL color Cylindrical-coordinate representation of color #50547E: hue angle of 234.78º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50547E is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 84 | 126 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.51 |
| HSL | 234.78º | 0.22% | 0.4% | - |
| HSV(B) | 234.78º | 0.37% | 0.49% | - |
| XYZ | 10.24 | 9.55 | 21.04 | - |
| YUV | 87.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 126 | 0.37 | 0.33 | 0 | 0.51 | 234.78 | 0.22 | 0.4 |
| Hex | 50 | 54 | 7E | 25 | 21 | 0 | 33 | EB | 16 | 28 |
| Octal | 120 | 124 | 176 | 45 | 41 | 0 | 63 | 353 | 26 | 50 |
| Binary | 1010000 | 1010100 | 1111110 | 100101 | 100001 | 0 | 110011 | 11101011 | 10110 | 101000 |
Color Harmonies of #50547E
Complementary color
Monochromatic Colors of #50547E
Black with #50547E
Text Example
Text Example
White with #50547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50547E; }
p { color: rgb(80,84,126); }
H1.HeaderClassName
{
color: #50547E;
}
.AnyTagClassName
{
color: #50547E;
}
</style>
background-color css
<style>
a { background-color: #50547E; }
a { background-color: rgb(80,84,126); }
div.DivClassName
{
background-color: #50547E;
}
.BgClassName
{
background-color: #50547E;
}
</style>
border-color css
<style>
span { border-color: #50547E; }
span { border-color: rgb(80,84,126); }
td.TdClassName
{
border-color: #50547E;
}
.TagClassName
{
border-color: #50547E;
}
</style>