#503C90

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

Shades of Blue Gem #503C90

Tints of Blue Gem #503C90

Color information

#503C90 (or 0x503C90) is unknown color: approx Blue Gem. HEX triplet: 50, 3C and 90. RGB value is (80,60,144). Sum of RGB (Red+Green+Blue) = 80+60+144=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #503C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503C90 is #AFC36F. Grayscale: #4B4B4B. Windows color (decimal): -11518832 or 9452624. OLE color: 9452624.

HSL color Cylindrical-coordinate representation of color #503C90: hue angle of 254.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503C90 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8060144-
CMYK0.440.5800.44
HSL254.29º41.18%40%-
HSV(B)254.29º58.33%56.47%-
XYZ9.966.9527.2-
YUV75.56166.63131.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 60 (23.83% from 255) = 21.13%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=28.17%
G=21.13%
B=50.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80601440.440.5800.44254.2941.1840
Hex503C902C3A02Cfe2928
Octal1207422054720543765150
Binary101000011110010010000101100111010010110011111110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,144); }

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

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

 a { background-color: rgb(80,60,144); }

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

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

 span { border-color: rgb(80,60,144); }

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