#504669

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

Shades of Meteorite #504669

Tints of Meteorite #504669

Color information

#504669 (or 0x504669) is unknown color: approx Meteorite. HEX triplet: 50, 46 and 69. RGB value is (80,70,105). Sum of RGB (Red+Green+Blue) = 80+70+105=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #504669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504669 is #AFB996. Grayscale: #4C4C4C. Windows color (decimal): -11516311 or 6899280. OLE color: 6899280.

HSL color Cylindrical-coordinate representation of color #504669: hue angle of 257.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #504669 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8070105-
CMYK0.240.3300.59
HSL257.14º20%34.31%-
HSV(B)257.14º33.33%41.18%-
XYZ8.057.1114.31-
YUV76.98143.81130.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=31.37%
G=27.45%
B=41.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80701050.240.3300.59257.142034.31
Hex504669182103B1011422
Octal12010615130410734012442
Binary10100001000110110100111000100001011101110000000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504669; }

 p { color: rgb(80,70,105); }

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

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

 a { background-color: rgb(80,70,105); }

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

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

 span { border-color: rgb(80,70,105); }

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