Shades of Astronaut #50547B
Tints of Astronaut #50547B
RGB
CMYK
RGB Variations
Color information
#50547B (or 0x50547B) is known color: Astronaut. HEX triplet: 50, 54 and 7B. RGB value is (80,84,123). Sum of RGB (Red+Green+Blue) = 80+84+123=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #50547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50547B is #AFAB84. Grayscale: #575757. Windows color (decimal): -11512709 or 8082512. OLE color: 8082512.
HSL color Cylindrical-coordinate representation of color #50547B: hue angle of 234.42º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50547B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 84 | 123 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.52 |
| HSL | 234.42º | 0.21% | 0.4% | - |
| HSV(B) | 234.42º | 0.35% | 0.48% | - |
| XYZ | 10.05 | 9.48 | 20.04 | - |
| YUV | 87.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 123 | 0.35 | 0.32 | 0 | 0.52 | 234.42 | 0.21 | 0.4 |
| Hex | 50 | 54 | 7B | 23 | 20 | 0 | 34 | EA | 15 | 28 |
| Octal | 120 | 124 | 173 | 43 | 40 | 0 | 64 | 352 | 25 | 50 |
| Binary | 1010000 | 1010100 | 1111011 | 100011 | 100000 | 0 | 110100 | 11101010 | 10101 | 101000 |
Color Harmonies of #50547B
Complementary color
Monochromatic Colors of #50547B
Black with #50547B
Text Example
Text Example
White with #50547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50547B; }
p { color: rgb(80,84,123); }
H1.HeaderClassName
{
color: #50547B;
}
.AnyTagClassName
{
color: #50547B;
}
</style>
background-color css
<style>
a { background-color: #50547B; }
a { background-color: rgb(80,84,123); }
div.DivClassName
{
background-color: #50547B;
}
.BgClassName
{
background-color: #50547B;
}
</style>
border-color css
<style>
span { border-color: #50547B; }
span { border-color: rgb(80,84,123); }
td.TdClassName
{
border-color: #50547B;
}
.TagClassName
{
border-color: #50547B;
}
</style>