Shades of Astronaut #50577A
Tints of Astronaut #50577A
RGB
CMYK
RGB Variations
Color information
#50577A (or 0x50577A) is known color: Astronaut. HEX triplet: 50, 57 and 7A. RGB value is (80,87,122). Sum of RGB (Red+Green+Blue) = 80+87+122=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #50577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50577A is #AFA885. Grayscale: #585858. Windows color (decimal): -11511942 or 8017744. OLE color: 8017744.
HSL color Cylindrical-coordinate representation of color #50577A: hue angle of 230º 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 #50577A is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 87 | 122 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.52 |
| HSL | 230º | 0.21% | 0.4% | - |
| HSV(B) | 230º | 0.34% | 0.48% | - |
| XYZ | 10.23 | 9.93 | 19.79 | - |
| YUV | 88.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 122 | 0.34 | 0.29 | 0 | 0.52 | 230 | 0.21 | 0.4 |
| Hex | 50 | 57 | 7A | 22 | 1D | 0 | 34 | E6 | 15 | 28 |
| Octal | 120 | 127 | 172 | 42 | 35 | 0 | 64 | 346 | 25 | 50 |
| Binary | 1010000 | 1010111 | 1111010 | 100010 | 11101 | 0 | 110100 | 11100110 | 10101 | 101000 |
Color Harmonies of #50577A
Complementary color
Monochromatic Colors of #50577A
Black with #50577A
Text Example
Text Example
White with #50577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50577A; }
p { color: rgb(80,87,122); }
H1.HeaderClassName
{
color: #50577A;
}
.AnyTagClassName
{
color: #50577A;
}
</style>
background-color css
<style>
a { background-color: #50577A; }
a { background-color: rgb(80,87,122); }
div.DivClassName
{
background-color: #50577A;
}
.BgClassName
{
background-color: #50577A;
}
</style>
border-color css
<style>
span { border-color: #50577A; }
span { border-color: rgb(80,87,122); }
td.TdClassName
{
border-color: #50577A;
}
.TagClassName
{
border-color: #50577A;
}
</style>