#50426B

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

Shades of Meteorite #50426B

Tints of Meteorite #50426B

Color information

#50426B (or 0x50426B) is unknown color: approx Meteorite. HEX triplet: 50, 42 and 6B. RGB value is (80,66,107). Sum of RGB (Red+Green+Blue) = 80+66+107=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #50426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50426B is #AFBD94. Grayscale: #4A4A4A. Windows color (decimal): -11517333 or 7029328. OLE color: 7029328.

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

Color convert

RGB8066107-
CMYK0.250.3800.58
HSL260.49º23.7%33.92%-
HSV(B)260.49º38.32%41.96%-
XYZ7.916.6614.78-
YUV74.86146.14131.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=31.62%
G=26.09%
B=42.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80661070.250.3800.58260.4923.733.92
Hex50426B192603A1041822
Octal12010215331460724043042
Binary10100001000010110101111001100110011101010000010011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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