#50453B

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

Shades of Space Shuttle #50453B

Tints of Space Shuttle #50453B

Color information

#50453B (or 0x50453B) is unknown color: approx Space Shuttle. HEX triplet: 50, 45 and 3B. RGB value is (80,69,59). Sum of RGB (Red+Green+Blue) = 80+69+59=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50453B is #AFBAC4. Grayscale: #474747. Windows color (decimal): -11516613 or 3884368. OLE color: 3884368.

HSL color Cylindrical-coordinate representation of color #50453B: hue angle of 28.57º 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 #50453B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB806959-
CMYK00.140.260.69
HSL28.57º15.11%27.25%-
HSV(B)28.57º26.25%31.37%-
XYZ6.236.285.02-
YUV71.15121.14134.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=38.46%
G=33.17%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80695900.140.260.6928.5715.1127.25
Hex50453B0E1A451df1b
Octal1201057301632105351733
Binary101000010001011110110111011010100010111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50453B; }

 p { color: rgb(80,69,59); }

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

<style>
 a { background-color: #50453B; }

 a { background-color: rgb(80,69,59); }

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

<style>
 span { border-color: #50453B; }

 span { border-color: rgb(80,69,59); }

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