#50436C

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

Shades of Meteorite #50436C

Tints of Meteorite #50436C

Color information

#50436C (or 0x50436C) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 6C. RGB value is (80,67,108). Sum of RGB (Red+Green+Blue) = 80+67+108=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #50436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50436C is #AFBC93. Grayscale: #4B4B4B. Windows color (decimal): -11517076 or 7095120. OLE color: 7095120.

HSL color Cylindrical-coordinate representation of color #50436C: hue angle of 259.02º degrees, saturation: 0.23, 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 #50436C is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8067108-
CMYK0.260.3800.58
HSL259.02º23.43%34.31%-
HSV(B)259.02º37.96%42.35%-
XYZ8.026.815.08-
YUV75.56146.31131.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=31.37%
G=26.27%
B=42.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80671080.260.3800.58259.0223.4334.31
Hex50436C1A2603A1031722
Octal12010315432460724032742
Binary10100001000011110110011010100110011101010000001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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