#504078

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

Shades of Meteorite #504078

Tints of Meteorite #504078

Color information

#504078 (or 0x504078) is unknown color: approx Meteorite. HEX triplet: 50, 40 and 78. RGB value is (80,64,120). Sum of RGB (Red+Green+Blue) = 80+64+120=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #504078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504078 is #AFBF87. Grayscale: #4A4A4A. Windows color (decimal): -11517832 or 7880784. OLE color: 7880784.

HSL color Cylindrical-coordinate representation of color #504078: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504078 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8064120-
CMYK0.330.4700.53
HSL257.14º30.43%36.08%-
HSV(B)257.14º46.67%47.06%-
XYZ8.536.7318.62-
YUV75.17153.3131.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=30.30%
G=24.24%
B=45.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80641200.330.4700.53257.1430.4336.08
Hex504078212F0351011e24
Octal12010017041570654013644
Binary101000010000001111000100001101111011010110000000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504078; }

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

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

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

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

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

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

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

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