#503E77

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

Shades of Meteorite #503E77

Tints of Meteorite #503E77

Color information

#503E77 (or 0x503E77) is unknown color: approx Meteorite. HEX triplet: 50, 3E and 77. RGB value is (80,62,119). Sum of RGB (Red+Green+Blue) = 80+62+119=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #503E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E77 is #AFC188. Grayscale: #494949. Windows color (decimal): -11518345 or 7814736. OLE color: 7814736.

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

Color convert

RGB8062119-
CMYK0.330.4800.53
HSL258.95º31.49%35.49%-
HSV(B)258.95º47.9%46.67%-
XYZ8.366.4818.26-
YUV73.88153.46132.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=30.65%
G=23.75%
B=45.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80621190.330.4800.53258.9531.4935.49
Hex503E7721300351031f23
Octal1207616741600654033743
Binary10100001111101110111100001110000011010110000001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503E77; }

 p { color: rgb(80,62,119); }

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

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

 a { background-color: rgb(80,62,119); }

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

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

 span { border-color: rgb(80,62,119); }

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