#50446C

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

Shades of Meteorite #50446C

Tints of Meteorite #50446C

Color information

#50446C (or 0x50446C) is unknown color: approx Meteorite. HEX triplet: 50, 44 and 6C. RGB value is (80,68,108). Sum of RGB (Red+Green+Blue) = 80+68+108=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #50446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50446C is #AFBB93. Grayscale: #4C4C4C. Windows color (decimal): -11516820 or 7095376. OLE color: 7095376.

HSL color Cylindrical-coordinate representation of color #50446C: hue angle of 258º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50446C is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8068108-
CMYK0.260.3700.58
HSL258º22.73%34.51%-
HSV(B)258º37.04%42.35%-
XYZ8.086.9215.1-
YUV76.15145.98130.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=31.25%
G=26.56%
B=42.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80681080.260.3700.5825822.7334.51
Hex50446C1A2503A1021723
Octal12010415432450724022743
Binary10100001000100110110011010100101011101010000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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