#504171

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

Shades of Meteorite #504171

Tints of Meteorite #504171

Color information

#504171 (or 0x504171) is unknown color: approx Meteorite. HEX triplet: 50, 41 and 71. RGB value is (80,65,113). Sum of RGB (Red+Green+Blue) = 80+65+113=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #504171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504171 is #AFBE8E. Grayscale: #4A4A4A. Windows color (decimal): -11517583 or 7422288. OLE color: 7422288.

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

Color convert

RGB8065113-
CMYK0.290.4200.56
HSL258.75º26.97%34.9%-
HSV(B)258.75º42.48%44.31%-
XYZ8.186.6816.48-
YUV74.96149.47131.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=31.01%
G=25.19%
B=43.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80651130.290.4200.56258.7526.9734.9
Hex5041711D2A0381031b23
Octal12010116135520704033343
Binary10100001000001111000111101101010011100010000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504171; }

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

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

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

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

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

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

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

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