Shades of Space Shuttle #50463B
Tints of Space Shuttle #50463B
RGB
CMYK
RGB Variations
Color information
#50463B (or 0x50463B) is known color: Space Shuttle. HEX triplet: 50, 46 and 3B. RGB value is (80,70,59). Sum of RGB (Red+Green+Blue) = 80+70+59=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50463B is #AFB9C4. Grayscale: #474747. Windows color (decimal): -11516357 or 3884624. OLE color: 3884624.
HSL color Cylindrical-coordinate representation of color #50463B: hue angle of 31.43º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50463B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 59 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.69 |
| HSL | 31.43º | 0.15% | 0.27% | - |
| HSV(B) | 31.43º | 0.26% | 0.31% | - |
| XYZ | 6.29 | 6.4 | 5.04 | - |
| YUV | 71.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 59 | 0 | 0.12 | 0.26 | 0.69 | 31.43 | 0.15 | 0.27 |
| Hex | 50 | 46 | 3B | 0 | C | 1A | 45 | 1F | F | 1B |
| Octal | 120 | 106 | 73 | 0 | 14 | 32 | 105 | 37 | 17 | 33 |
| Binary | 1010000 | 1000110 | 111011 | 0 | 1100 | 11010 | 1000101 | 11111 | 1111 | 11011 |
Color Harmonies of #50463B
Complementary color
Monochromatic Colors of #50463B
Black with #50463B
Text Example
Text Example
White with #50463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50463B; }
p { color: rgb(80,70,59); }
H1.HeaderClassName
{
color: #50463B;
}
.AnyTagClassName
{
color: #50463B;
}
</style>
background-color css
<style>
a { background-color: #50463B; }
a { background-color: rgb(80,70,59); }
div.DivClassName
{
background-color: #50463B;
}
.BgClassName
{
background-color: #50463B;
}
</style>
border-color css
<style>
span { border-color: #50463B; }
span { border-color: rgb(80,70,59); }
td.TdClassName
{
border-color: #50463B;
}
.TagClassName
{
border-color: #50463B;
}
</style>