#504390

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

Shades of Blue Gem #504390

Tints of Blue Gem #504390

Color information

#504390 (or 0x504390) is unknown color: approx Blue Gem. HEX triplet: 50, 43 and 90. RGB value is (80,67,144). Sum of RGB (Red+Green+Blue) = 80+67+144=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #504390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504390 is #AFBC6F. Grayscale: #4F4F4F. Windows color (decimal): -11517040 or 9454416. OLE color: 9454416.

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

Color convert

RGB8067144-
CMYK0.440.5300.44
HSL250.13º36.49%41.37%-
HSV(B)250.13º53.47%56.47%-
XYZ10.357.7327.33-
YUV79.66164.31128.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=27.49%
G=23.02%
B=49.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80671440.440.5300.44250.1336.4941.37
Hex5043902C3502Cfa2429
Octal12010322054650543724451
Binary1010000100001110010000101100110101010110011111010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504390; }

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

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

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

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

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

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

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

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