#50416C

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

Shades of Meteorite #50416C

Tints of Meteorite #50416C

Color information

#50416C (or 0x50416C) is unknown color: approx Meteorite. HEX triplet: 50, 41 and 6C. RGB value is (80,65,108). Sum of RGB (Red+Green+Blue) = 80+65+108=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #50416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50416C is #AFBE93. Grayscale: #4A4A4A. Windows color (decimal): -11517588 or 7094608. OLE color: 7094608.

HSL color Cylindrical-coordinate representation of color #50416C: hue angle of 260.93º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50416C is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8065108-
CMYK0.260.4000.58
HSL260.93º24.86%33.92%-
HSV(B)260.93º39.81%42.35%-
XYZ7.916.5715.04-
YUV74.39146.97132-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=31.62%
G=25.69%
B=42.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80651080.260.4000.58260.9324.8633.92
Hex50416C1A2803A1051922
Octal12010115432500724053142
Binary10100001000001110110011010101000011101010000010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,65,108); }

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

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

 a { background-color: rgb(80,65,108); }

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

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

 span { border-color: rgb(80,65,108); }

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