#504173

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

Shades of Meteorite #504173

Tints of Meteorite #504173

Color information

#504173 (or 0x504173) is unknown color: approx Meteorite. HEX triplet: 50, 41 and 73. RGB value is (80,65,115). Sum of RGB (Red+Green+Blue) = 80+65+115=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #504173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504173 is #AFBE8C. Grayscale: #4B4B4B. Windows color (decimal): -11517581 or 7553360. OLE color: 7553360.

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

Color convert

RGB8065115-
CMYK0.300.4300.55
HSL258º27.78%35.29%-
HSV(B)258º43.48%45.1%-
XYZ8.296.7217.08-
YUV75.18150.47131.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=30.77%
G=25%
B=44.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80651150.300.4300.5525827.7835.29
Hex5041731E2B0371021c23
Octal12010116336530674023443
Binary10100001000001111001111110101011011011110000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504173; }

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

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

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

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

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

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

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

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