#504074

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

Shades of Meteorite #504074

Tints of Meteorite #504074

Color information

#504074 (or 0x504074) is unknown color: approx Meteorite. HEX triplet: 50, 40 and 74. RGB value is (80,64,116). Sum of RGB (Red+Green+Blue) = 80+64+116=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #504074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504074 is #AFBF8B. Grayscale: #4A4A4A. Windows color (decimal): -11517836 or 7618640. OLE color: 7618640.

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

Color convert

RGB8064116-
CMYK0.310.4500.55
HSL258.46º28.89%35.29%-
HSV(B)258.46º44.83%45.49%-
XYZ8.296.6317.37-
YUV74.71151.3131.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 116 (45.70% from 255) = 44.62%
R=30.77%
G=24.62%
B=44.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80641160.310.4500.55258.4628.8935.29
Hex5040741F2D0371021d23
Octal12010016437550674023543
Binary10100001000000111010011111101101011011110000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504074; }

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

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

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

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

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

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

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

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