#50463C

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

Shades of Space Shuttle #50463C

Tints of Space Shuttle #50463C

Color information

#50463C (or 0x50463C) is unknown color: approx Space Shuttle. HEX triplet: 50, 46 and 3C. RGB value is (80,70,60). Sum of RGB (Red+Green+Blue) = 80+70+60=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50463C is #AFB9C3. Grayscale: #474747. Windows color (decimal): -11516356 or 3950160. OLE color: 3950160.

HSL color Cylindrical-coordinate representation of color #50463C: hue angle of 30º 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 #50463C is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB807060-
CMYK00.120.250.69
HSL30º14.29%27.45%-
HSV(B)30º25%31.37%-
XYZ6.316.415.18-
YUV71.85121.31133.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80706000.120.250.693014.2927.45
Hex50463C0C19451ee1b
Octal1201067401431105361633
Binary101000010001101111000110011001100010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50463C; }

 p { color: rgb(80,70,60); }

 H1.HeaderClassName
 {
   color: #50463C;
 }
 .AnyTagClassName
 {
   color: #50463C;
 }
</style>
background-color css

<style>
 a { background-color: #50463C; }

 a { background-color: rgb(80,70,60); }

 div.DivClassName
 {
   background-color: #50463C;
 }
 .BgClassName
 {
   background-color: #50463C;
 }
</style>
border-color css

<style>
 span { border-color: #50463C; }

 span { border-color: rgb(80,70,60); }

 td.TdClassName
 {
   border-color: #50463C;
 }
 .TagClassName
 {
   border-color: #50463C;
 }
</style>