#504773

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

Shades of Meteorite #504773

Tints of Meteorite #504773

Color information

#504773 (or 0x504773) is unknown color: approx Meteorite. HEX triplet: 50, 47 and 73. RGB value is (80,71,115). Sum of RGB (Red+Green+Blue) = 80+71+115=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #504773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504773 is #AFB88C. Grayscale: #4E4E4E. Windows color (decimal): -11516045 or 7554896. OLE color: 7554896.

HSL color Cylindrical-coordinate representation of color #504773: hue angle of 252.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504773 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8071115-
CMYK0.300.3800.55
HSL252.27º23.66%36.47%-
HSV(B)252.27º38.26%45.1%-
XYZ8.667.4517.2-
YUV78.71148.48128.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=30.08%
G=26.69%
B=43.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80711150.300.3800.55252.2723.6636.47
Hex5047731E26037fc1824
Octal12010716336460673743044
Binary1010000100011111100111111010011001101111111110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504773; }

 p { color: rgb(80,71,115); }

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

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

 a { background-color: rgb(80,71,115); }

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

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

 span { border-color: rgb(80,71,115); }

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