#504172

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

Shades of Meteorite #504172

Tints of Meteorite #504172

Color information

#504172 (or 0x504172) is unknown color: approx Meteorite. HEX triplet: 50, 41 and 72. RGB value is (80,65,114). Sum of RGB (Red+Green+Blue) = 80+65+114=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #504172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504172 is #AFBE8D. Grayscale: #4A4A4A. Windows color (decimal): -11517582 or 7487824. OLE color: 7487824.

HSL color Cylindrical-coordinate representation of color #504172: hue angle of 258.37º degrees, saturation: 0.27, 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 #504172 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8065114-
CMYK0.300.4300.55
HSL258.37º27.37%35.1%-
HSV(B)258.37º42.98%44.71%-
XYZ8.246.716.78-
YUV75.07149.97131.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=30.89%
G=25.10%
B=44.02%

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
Decimal80651140.300.4300.55258.3727.3735.1
Hex5041721E2B0371021b23
Octal12010116236530674023343
Binary10100001000001111001011110101011011011110000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504172; }

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

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

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

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

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

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

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

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