Shades of Astronaut #50537F
Tints of Astronaut #50537F
RGB
CMYK
RGB Variations
Color information
#50537F (or 0x50537F) is known color: Astronaut. HEX triplet: 50, 53 and 7F. RGB value is (80,83,127). Sum of RGB (Red+Green+Blue) = 80+83+127=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #50537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50537F is #AFAC80. Grayscale: #565656. Windows color (decimal): -11512961 or 8344400. OLE color: 8344400.
HSL color Cylindrical-coordinate representation of color #50537F: hue angle of 236.17º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50537F is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 83 | 127 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.50 |
| HSL | 236.17º | 0.23% | 0.41% | - |
| HSV(B) | 236.17º | 0.37% | 0.5% | - |
| XYZ | 10.23 | 9.42 | 21.36 | - |
| YUV | 87.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 127 | 0.37 | 0.35 | 0 | 0.50 | 236.17 | 0.23 | 0.41 |
| Hex | 50 | 53 | 7F | 25 | 23 | 0 | 32 | EC | 17 | 29 |
| Octal | 120 | 123 | 177 | 45 | 43 | 0 | 62 | 354 | 27 | 51 |
| Binary | 1010000 | 1010011 | 1111111 | 100101 | 100011 | 0 | 110010 | 11101100 | 10111 | 101001 |
Color Harmonies of #50537F
Complementary color
Monochromatic Colors of #50537F
Black with #50537F
Text Example
Text Example
White with #50537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50537F; }
p { color: rgb(80,83,127); }
H1.HeaderClassName
{
color: #50537F;
}
.AnyTagClassName
{
color: #50537F;
}
</style>
background-color css
<style>
a { background-color: #50537F; }
a { background-color: rgb(80,83,127); }
div.DivClassName
{
background-color: #50537F;
}
.BgClassName
{
background-color: #50537F;
}
</style>
border-color css
<style>
span { border-color: #50537F; }
span { border-color: rgb(80,83,127); }
td.TdClassName
{
border-color: #50537F;
}
.TagClassName
{
border-color: #50537F;
}
</style>