#504571

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

Shades of Meteorite #504571

Tints of Meteorite #504571

Color information

#504571 (or 0x504571) is unknown color: approx Meteorite. HEX triplet: 50, 45 and 71. RGB value is (80,69,113). Sum of RGB (Red+Green+Blue) = 80+69+113=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #504571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504571 is #AFBA8E. Grayscale: #4D4D4D. Windows color (decimal): -11516559 or 7423312. OLE color: 7423312.

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

Color convert

RGB8069113-
CMYK0.290.3900.56
HSL255º24.18%35.69%-
HSV(B)255º38.94%44.31%-
XYZ8.427.1516.56-
YUV77.31148.14129.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=30.53%
G=26.34%
B=43.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80691130.290.3900.5625524.1835.69
Hex5045711D27038ff1824
Octal12010516135470703773044
Binary1010000100010111100011110110011101110001111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504571; }

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

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

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

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

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

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

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

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