Shades of Astronaut #50537E
Tints of Astronaut #50537E
RGB
CMYK
RGB Variations
Color information
#50537E (or 0x50537E) is known color: Astronaut. HEX triplet: 50, 53 and 7E. RGB value is (80,83,126). Sum of RGB (Red+Green+Blue) = 80+83+126=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #50537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50537E is #AFAC81. Grayscale: #565656. Windows color (decimal): -11512962 or 8278864. OLE color: 8278864.
HSL color Cylindrical-coordinate representation of color #50537E: hue angle of 236.09º 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 #50537E is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 83 | 126 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.51 |
| HSL | 236.09º | 0.22% | 0.4% | - |
| HSV(B) | 236.09º | 0.37% | 0.49% | - |
| XYZ | 10.17 | 9.4 | 21.02 | - |
| YUV | 87.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 126 | 0.37 | 0.34 | 0 | 0.51 | 236.09 | 0.22 | 0.4 |
| Hex | 50 | 53 | 7E | 25 | 22 | 0 | 33 | EC | 16 | 28 |
| Octal | 120 | 123 | 176 | 45 | 42 | 0 | 63 | 354 | 26 | 50 |
| Binary | 1010000 | 1010011 | 1111110 | 100101 | 100010 | 0 | 110011 | 11101100 | 10110 | 101000 |
Color Harmonies of #50537E
Complementary color
Monochromatic Colors of #50537E
Black with #50537E
Text Example
Text Example
White with #50537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50537E; }
p { color: rgb(80,83,126); }
H1.HeaderClassName
{
color: #50537E;
}
.AnyTagClassName
{
color: #50537E;
}
</style>
background-color css
<style>
a { background-color: #50537E; }
a { background-color: rgb(80,83,126); }
div.DivClassName
{
background-color: #50537E;
}
.BgClassName
{
background-color: #50537E;
}
</style>
border-color css
<style>
span { border-color: #50537E; }
span { border-color: rgb(80,83,126); }
td.TdClassName
{
border-color: #50537E;
}
.TagClassName
{
border-color: #50537E;
}
</style>