Shades of Astronaut #50537A
Tints of Astronaut #50537A
RGB
CMYK
RGB Variations
Color information
#50537A (or 0x50537A) is known color: Astronaut. HEX triplet: 50, 53 and 7A. RGB value is (80,83,122). Sum of RGB (Red+Green+Blue) = 80+83+122=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #50537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50537A is #AFAC85. Grayscale: #565656. Windows color (decimal): -11512966 or 8016720. OLE color: 8016720.
HSL color Cylindrical-coordinate representation of color #50537A: hue angle of 235.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50537A is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 83 | 122 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.52 |
| HSL | 235.71º | 0.21% | 0.4% | - |
| HSV(B) | 235.71º | 0.34% | 0.48% | - |
| XYZ | 9.91 | 9.3 | 19.68 | - |
| YUV | 86.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 122 | 0.34 | 0.32 | 0 | 0.52 | 235.71 | 0.21 | 0.4 |
| Hex | 50 | 53 | 7A | 22 | 20 | 0 | 34 | EC | 15 | 28 |
| Octal | 120 | 123 | 172 | 42 | 40 | 0 | 64 | 354 | 25 | 50 |
| Binary | 1010000 | 1010011 | 1111010 | 100010 | 100000 | 0 | 110100 | 11101100 | 10101 | 101000 |
Color Harmonies of #50537A
Complementary color
Monochromatic Colors of #50537A
Black with #50537A
Text Example
Text Example
White with #50537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50537A; }
p { color: rgb(80,83,122); }
H1.HeaderClassName
{
color: #50537A;
}
.AnyTagClassName
{
color: #50537A;
}
</style>
background-color css
<style>
a { background-color: #50537A; }
a { background-color: rgb(80,83,122); }
div.DivClassName
{
background-color: #50537A;
}
.BgClassName
{
background-color: #50537A;
}
</style>
border-color css
<style>
span { border-color: #50537A; }
span { border-color: rgb(80,83,122); }
td.TdClassName
{
border-color: #50537A;
}
.TagClassName
{
border-color: #50537A;
}
</style>