#50406D

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

Shades of Meteorite #50406D

Tints of Meteorite #50406D

Color information

#50406D (or 0x50406D) is unknown color: approx Meteorite. HEX triplet: 50, 40 and 6D. RGB value is (80,64,109). Sum of RGB (Red+Green+Blue) = 80+64+109=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #50406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50406D is #AFBF92. Grayscale: #494949. Windows color (decimal): -11517843 or 7159888. OLE color: 7159888.

HSL color Cylindrical-coordinate representation of color #50406D: hue angle of 261.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50406D is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8064109-
CMYK0.270.4100.57
HSL261.33º26.01%33.92%-
HSV(B)261.33º41.28%42.75%-
XYZ7.96.4815.3-
YUV73.91147.8132.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=31.62%
G=25.30%
B=43.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80641090.270.4100.57261.3326.0133.92
Hex50406D1B290391051a22
Octal12010015533510714053242
Binary10100001000000110110111011101001011100110000010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50406D; }

 p { color: rgb(80,64,109); }

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

<style>
 a { background-color: #50406D; }

 a { background-color: rgb(80,64,109); }

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

<style>
 span { border-color: #50406D; }

 span { border-color: rgb(80,64,109); }

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