#50463B

Color #50463B Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #50463B

Tints of Space Shuttle #50463B

Color information

#50463B (or 0x50463B) is unknown color: approx 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

RGB807059-
CMYK00.120.260.69
HSL31.43º15.11%27.25%-
HSV(B)31.43º26.25%31.37%-
XYZ6.296.45.04-
YUV71.74120.81133.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=38.28%
G=33.49%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80705900.120.260.6931.4315.1127.25
Hex50463B0C1A451ff1b
Octal1201067301432105371733
Binary101000010001101110110110011010100010111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>