#504170

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

Shades of Meteorite #504170

Tints of Meteorite #504170

Color information

#504170 (or 0x504170) is unknown color: approx Meteorite. HEX triplet: 50, 41 and 70. RGB value is (80,65,112). Sum of RGB (Red+Green+Blue) = 80+65+112=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #504170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504170 is #AFBE8F. Grayscale: #4A4A4A. Windows color (decimal): -11517584 or 7356752. OLE color: 7356752.

HSL color Cylindrical-coordinate representation of color #504170: hue angle of 259.15º 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 #504170 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8065112-
CMYK0.290.4200.56
HSL259.15º26.55%34.71%-
HSV(B)259.15º41.96%43.92%-
XYZ8.126.6616.19-
YUV74.84148.97131.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=31.13%
G=25.29%
B=43.58%

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
Decimal80651120.290.4200.56259.1526.5534.71
Hex5041701D2A0381031b23
Octal12010116035520704033343
Binary10100001000001111000011101101010011100010000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504170; }

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

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

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

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

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

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

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

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