#504373

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

Shades of Meteorite #504373

Tints of Meteorite #504373

Color information

#504373 (or 0x504373) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 73. RGB value is (80,67,115). Sum of RGB (Red+Green+Blue) = 80+67+115=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #504373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504373 is #AFBC8C. Grayscale: #4C4C4C. Windows color (decimal): -11517069 or 7553872. OLE color: 7553872.

HSL color Cylindrical-coordinate representation of color #504373: hue angle of 256.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504373 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8067115-
CMYK0.300.4200.55
HSL256.25º26.37%35.69%-
HSV(B)256.25º41.74%45.1%-
XYZ8.416.9617.12-
YUV76.36149.81130.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=30.53%
G=25.57%
B=43.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80671150.300.4200.55256.2526.3735.69
Hex5043731E2A0371001a24
Octal12010316336520674003244
Binary10100001000011111001111110101010011011110000000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504373; }

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

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

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

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

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

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

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

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