#50396C

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

Shades of Meteorite #50396C

Tints of Meteorite #50396C

Color information

#50396C (or 0x50396C) is unknown color: approx Meteorite. HEX triplet: 50, 39 and 6C. RGB value is (80,57,108). Sum of RGB (Red+Green+Blue) = 80+57+108=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #50396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50396C is #AFC693. Grayscale: #454545. Windows color (decimal): -11519636 or 7092560. OLE color: 7092560.

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

Color convert

RGB8057108-
CMYK0.260.4700.58
HSL267.06º30.91%32.35%-
HSV(B)267.06º47.22%42.35%-
XYZ7.485.7114.9-
YUV69.69149.62135.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=32.65%
G=23.27%
B=44.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80571080.260.4700.58267.0630.9132.35
Hex50396C1A2F03A10b1f20
Octal1207115432570724133740
Binary1010000111001110110011010101111011101010000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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