Shades of Space Shuttle #50453C
Tints of Space Shuttle #50453C
RGB
CMYK
RGB Variations
Color information
#50453C (or 0x50453C) is known color: Space Shuttle. HEX triplet: 50, 45 and 3C. RGB value is (80,69,60). Sum of RGB (Red+Green+Blue) = 80+69+60=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50453C is #AFBAC3. Grayscale: #474747. Windows color (decimal): -11516612 or 3949904. OLE color: 3949904.
HSL color Cylindrical-coordinate representation of color #50453C: hue angle of 27º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50453C is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 60 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.69 |
| HSL | 27º | 0.14% | 0.27% | - |
| HSV(B) | 27º | 0.25% | 0.31% | - |
| XYZ | 6.25 | 6.29 | 5.16 | - |
| YUV | 71.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 60 | 0 | 0.14 | 0.25 | 0.69 | 27 | 0.14 | 0.27 |
| Hex | 50 | 45 | 3C | 0 | E | 19 | 45 | 1B | E | 1B |
| Octal | 120 | 105 | 74 | 0 | 16 | 31 | 105 | 33 | 16 | 33 |
| Binary | 1010000 | 1000101 | 111100 | 0 | 1110 | 11001 | 1000101 | 11011 | 1110 | 11011 |
Color Harmonies of #50453C
Complementary color
Monochromatic Colors of #50453C
Black with #50453C
Text Example
Text Example
White with #50453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50453C; }
p { color: rgb(80,69,60); }
H1.HeaderClassName
{
color: #50453C;
}
.AnyTagClassName
{
color: #50453C;
}
</style>
background-color css
<style>
a { background-color: #50453C; }
a { background-color: rgb(80,69,60); }
div.DivClassName
{
background-color: #50453C;
}
.BgClassName
{
background-color: #50453C;
}
</style>
border-color css
<style>
span { border-color: #50453C; }
span { border-color: rgb(80,69,60); }
td.TdClassName
{
border-color: #50453C;
}
.TagClassName
{
border-color: #50453C;
}
</style>