#504071

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

Shades of Meteorite #504071

Tints of Meteorite #504071

Color information

#504071 (or 0x504071) is unknown color: approx Meteorite. HEX triplet: 50, 40 and 71. RGB value is (80,64,113). Sum of RGB (Red+Green+Blue) = 80+64+113=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #504071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504071 is #AFBF8E. Grayscale: #4A4A4A. Windows color (decimal): -11517839 or 7422032. OLE color: 7422032.

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

Color convert

RGB8064113-
CMYK0.290.4300.56
HSL259.59º27.68%34.71%-
HSV(B)259.59º43.36%44.31%-
XYZ8.126.5616.46-
YUV74.37149.8132.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=31.13%
G=24.90%
B=43.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80641130.290.4300.56259.5927.6834.71
Hex5040711D2B0381041c23
Octal12010016135530704043443
Binary10100001000000111000111101101011011100010000010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504071; }

 p { color: rgb(80,64,113); }

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

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

 a { background-color: rgb(80,64,113); }

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

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

 span { border-color: rgb(80,64,113); }

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