Shades of Space Shuttle #50463E
Tints of Space Shuttle #50463E
RGB
CMYK
RGB Variations
Color information
#50463E (or 0x50463E) is known color: Space Shuttle. HEX triplet: 50, 46 and 3E. RGB value is (80,70,62). Sum of RGB (Red+Green+Blue) = 80+70+62=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50463E is #AFB9C1. Grayscale: #484848. Windows color (decimal): -11516354 or 4081232. OLE color: 4081232.
HSL color Cylindrical-coordinate representation of color #50463E: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50463E is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 62 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.69 |
| HSL | 26.67º | 0.13% | 0.28% | - |
| HSV(B) | 26.67º | 0.23% | 0.31% | - |
| XYZ | 6.37 | 6.43 | 5.46 | - |
| YUV | 72.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 62 | 0 | 0.12 | 0.22 | 0.69 | 26.67 | 0.13 | 0.28 |
| Hex | 50 | 46 | 3E | 0 | C | 16 | 45 | 1B | D | 1C |
| Octal | 120 | 106 | 76 | 0 | 14 | 26 | 105 | 33 | 15 | 34 |
| Binary | 1010000 | 1000110 | 111110 | 0 | 1100 | 10110 | 1000101 | 11011 | 1101 | 11100 |
Color Harmonies of #50463E
Complementary color
Monochromatic Colors of #50463E
Black with #50463E
Text Example
Text Example
White with #50463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50463E; }
p { color: rgb(80,70,62); }
H1.HeaderClassName
{
color: #50463E;
}
.AnyTagClassName
{
color: #50463E;
}
</style>
background-color css
<style>
a { background-color: #50463E; }
a { background-color: rgb(80,70,62); }
div.DivClassName
{
background-color: #50463E;
}
.BgClassName
{
background-color: #50463E;
}
</style>
border-color css
<style>
span { border-color: #50463E; }
span { border-color: rgb(80,70,62); }
td.TdClassName
{
border-color: #50463E;
}
.TagClassName
{
border-color: #50463E;
}
</style>