#50436E

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

Shades of Meteorite #50436E

Tints of Meteorite #50436E

Color information

#50436E (or 0x50436E) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 6E. RGB value is (80,67,110). Sum of RGB (Red+Green+Blue) = 80+67+110=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #50436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50436E is #AFBC91. Grayscale: #4B4B4B. Windows color (decimal): -11517074 or 7226192. OLE color: 7226192.

HSL color Cylindrical-coordinate representation of color #50436E: hue angle of 258.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50436E is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8067110-
CMYK0.270.3900.57
HSL258.14º24.29%34.71%-
HSV(B)258.14º39.09%43.14%-
XYZ8.136.8515.64-
YUV75.79147.31131-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=31.13%
G=26.07%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80671100.270.3900.57258.1424.2934.71
Hex50436E1B270391021823
Octal12010315633470714023043
Binary10100001000011110111011011100111011100110000001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50436E; }

 p { color: rgb(80,67,110); }

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

<style>
 a { background-color: #50436E; }

 a { background-color: rgb(80,67,110); }

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

<style>
 span { border-color: #50436E; }

 span { border-color: rgb(80,67,110); }

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