#50456E

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

Shades of Meteorite #50456E

Tints of Meteorite #50456E

Color information

#50456E (or 0x50456E) is unknown color: approx Meteorite. HEX triplet: 50, 45 and 6E. RGB value is (80,69,110). Sum of RGB (Red+Green+Blue) = 80+69+110=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #50456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50456E is #AFBA91. Grayscale: #4C4C4C. Windows color (decimal): -11516562 or 7226704. OLE color: 7226704.

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

Color convert

RGB8069110-
CMYK0.270.3700.57
HSL256.1º22.91%35.1%-
HSV(B)256.1º37.27%43.14%-
XYZ8.257.0915.69-
YUV76.96146.64130.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=30.89%
G=26.64%
B=42.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80691100.270.3700.57256.122.9135.1
Hex50456E1B250391001723
Octal12010515633450714002743
Binary10100001000101110111011011100101011100110000000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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