#504374

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

Shades of Meteorite #504374

Tints of Meteorite #504374

Color information

#504374 (or 0x504374) is unknown color: approx Meteorite. HEX triplet: 50, 43 and 74. RGB value is (80,67,116). Sum of RGB (Red+Green+Blue) = 80+67+116=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #504374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504374 is #AFBC8B. Grayscale: #4C4C4C. Windows color (decimal): -11517068 or 7619408. OLE color: 7619408.

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

Color convert

RGB8067116-
CMYK0.310.4200.55
HSL255.92º26.78%35.88%-
HSV(B)255.92º42.24%45.49%-
XYZ8.476.9817.42-
YUV76.47150.31130.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=30.42%
G=25.48%
B=44.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80671160.310.4200.55255.9226.7835.88
Hex5043741F2A0371001b24
Octal12010316437520674003344
Binary10100001000011111010011111101010011011110000000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504374; }

 p { color: rgb(80,67,116); }

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

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

 a { background-color: rgb(80,67,116); }

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

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

 span { border-color: rgb(80,67,116); }

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