Shades of Astronaut #50557F
Tints of Astronaut #50557F
RGB
CMYK
RGB Variations
Color information
#50557F (or 0x50557F) is known color: Astronaut. HEX triplet: 50, 55 and 7F. RGB value is (80,85,127). Sum of RGB (Red+Green+Blue) = 80+85+127=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #50557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50557F is #AFAA80. Grayscale: #585858. Windows color (decimal): -11512449 or 8344912. OLE color: 8344912.
HSL color Cylindrical-coordinate representation of color #50557F: hue angle of 233.62º 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 #50557F is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 85 | 127 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.50 |
| HSL | 233.62º | 0.23% | 0.41% | - |
| HSV(B) | 233.62º | 0.37% | 0.5% | - |
| XYZ | 10.39 | 9.73 | 21.41 | - |
| YUV | 88.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 127 | 0.37 | 0.33 | 0 | 0.50 | 233.62 | 0.23 | 0.41 |
| Hex | 50 | 55 | 7F | 25 | 21 | 0 | 32 | EA | 17 | 29 |
| Octal | 120 | 125 | 177 | 45 | 41 | 0 | 62 | 352 | 27 | 51 |
| Binary | 1010000 | 1010101 | 1111111 | 100101 | 100001 | 0 | 110010 | 11101010 | 10111 | 101001 |
Color Harmonies of #50557F
Complementary color
Monochromatic Colors of #50557F
Black with #50557F
Text Example
Text Example
White with #50557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50557F; }
p { color: rgb(80,85,127); }
H1.HeaderClassName
{
color: #50557F;
}
.AnyTagClassName
{
color: #50557F;
}
</style>
background-color css
<style>
a { background-color: #50557F; }
a { background-color: rgb(80,85,127); }
div.DivClassName
{
background-color: #50557F;
}
.BgClassName
{
background-color: #50557F;
}
</style>
border-color css
<style>
span { border-color: #50557F; }
span { border-color: rgb(80,85,127); }
td.TdClassName
{
border-color: #50557F;
}
.TagClassName
{
border-color: #50557F;
}
</style>