#503970

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

Shades of Meteorite #503970

Tints of Meteorite #503970

Color information

#503970 (or 0x503970) is unknown color: approx Meteorite. HEX triplet: 50, 39 and 70. RGB value is (80,57,112). Sum of RGB (Red+Green+Blue) = 80+57+112=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #503970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503970 is #AFC68F. Grayscale: #454545. Windows color (decimal): -11519632 or 7354704. OLE color: 7354704.

HSL color Cylindrical-coordinate representation of color #503970: hue angle of 265.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503970 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8057112-
CMYK0.290.4900.56
HSL265.09º32.54%33.14%-
HSV(B)265.09º49.11%43.92%-
XYZ7.75.816.04-
YUV70.15151.62135.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=32.13%
G=22.89%
B=44.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80571120.290.4900.56265.0932.5433.14
Hex5039701D310381092121
Octal1207116035610704114141
Binary10100001110011110000111011100010111000100001001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503970; }

 p { color: rgb(80,57,112); }

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

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

 a { background-color: rgb(80,57,112); }

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

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

 span { border-color: rgb(80,57,112); }

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