#504166

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

Shades of Meteorite #504166

Tints of Meteorite #504166

Color information

#504166 (or 0x504166) is unknown color: approx Meteorite. HEX triplet: 50, 41 and 66. RGB value is (80,65,102). Sum of RGB (Red+Green+Blue) = 80+65+102=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #504166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504166 is #AFBE99. Grayscale: #494949. Windows color (decimal): -11517594 or 6701392. OLE color: 6701392.

HSL color Cylindrical-coordinate representation of color #504166: hue angle of 264.32º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504166 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8065102-
CMYK0.220.3600.6
HSL264.32º22.16%32.75%-
HSV(B)264.32º36.27%40%-
XYZ7.66.4513.41-
YUV73.7143.97132.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=32.39%
G=26.32%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80651020.220.3600.6264.3222.1632.75
Hex504166162403C1081621
Octal12010114626440744102641
Binary10100001000001110011010110100100011110010000100010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504166; }

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

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

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

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

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

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

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

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