Shades of Astronaut #50547D
Tints of Astronaut #50547D
RGB
CMYK
RGB Variations
Color information
#50547D (or 0x50547D) is known color: Astronaut. HEX triplet: 50, 54 and 7D. RGB value is (80,84,125). Sum of RGB (Red+Green+Blue) = 80+84+125=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #50547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50547D is #AFAB82. Grayscale: #575757. Windows color (decimal): -11512707 or 8213584. OLE color: 8213584.
HSL color Cylindrical-coordinate representation of color #50547D: hue angle of 234.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50547D is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 84 | 125 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.51 |
| HSL | 234.67º | 0.22% | 0.4% | - |
| HSV(B) | 234.67º | 0.36% | 0.49% | - |
| XYZ | 10.18 | 9.53 | 20.7 | - |
| YUV | 87.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 125 | 0.36 | 0.33 | 0 | 0.51 | 234.67 | 0.22 | 0.4 |
| Hex | 50 | 54 | 7D | 24 | 21 | 0 | 33 | EB | 16 | 28 |
| Octal | 120 | 124 | 175 | 44 | 41 | 0 | 63 | 353 | 26 | 50 |
| Binary | 1010000 | 1010100 | 1111101 | 100100 | 100001 | 0 | 110011 | 11101011 | 10110 | 101000 |
Color Harmonies of #50547D
Complementary color
Monochromatic Colors of #50547D
Black with #50547D
Text Example
Text Example
White with #50547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50547D; }
p { color: rgb(80,84,125); }
H1.HeaderClassName
{
color: #50547D;
}
.AnyTagClassName
{
color: #50547D;
}
</style>
background-color css
<style>
a { background-color: #50547D; }
a { background-color: rgb(80,84,125); }
div.DivClassName
{
background-color: #50547D;
}
.BgClassName
{
background-color: #50547D;
}
</style>
border-color css
<style>
span { border-color: #50547D; }
span { border-color: rgb(80,84,125); }
td.TdClassName
{
border-color: #50547D;
}
.TagClassName
{
border-color: #50547D;
}
</style>