#50426C

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

Shades of Meteorite #50426C

Tints of Meteorite #50426C

Color information

#50426C (or 0x50426C) is unknown color: approx Meteorite. HEX triplet: 50, 42 and 6C. RGB value is (80,66,108). Sum of RGB (Red+Green+Blue) = 80+66+108=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #50426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50426C is #AFBD93. Grayscale: #4A4A4A. Windows color (decimal): -11517332 or 7094864. OLE color: 7094864.

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

Color convert

RGB8066108-
CMYK0.260.3900.58
HSL260º24.14%34.12%-
HSV(B)260º38.89%42.35%-
XYZ7.966.6815.06-
YUV74.97146.64131.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=31.50%
G=25.98%
B=42.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80661080.260.3900.5826024.1434.12
Hex50426C1A2703A1041822
Octal12010215432470724043042
Binary10100001000010110110011010100111011101010000010011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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