#50426A

Color #50426A Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #50426A

Tints of Meteorite #50426A

Color information

#50426A (or 0x50426A) is unknown color: approx Meteorite. HEX triplet: 50, 42 and 6A. RGB value is (80,66,106). Sum of RGB (Red+Green+Blue) = 80+66+106=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #50426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50426A is #AFBD95. Grayscale: #4A4A4A. Windows color (decimal): -11517334 or 6963792. OLE color: 6963792.

HSL color Cylindrical-coordinate representation of color #50426A: hue angle of 261º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50426A is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8066106-
CMYK0.250.3800.58
HSL261º23.26%33.73%-
HSV(B)261º37.74%41.57%-
XYZ7.866.6414.5-
YUV74.75145.64131.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=31.75%
G=26.19%
B=42.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80661060.250.3800.5826123.2633.73
Hex50426A192603A1051722
Octal12010215231460724052742
Binary10100001000010110101011001100110011101010000010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50426A; }

 p { color: rgb(80,66,106); }

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

<style>
 a { background-color: #50426A; }

 a { background-color: rgb(80,66,106); }

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

<style>
 span { border-color: #50426A; }

 span { border-color: rgb(80,66,106); }

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