#503590

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

Shades of Blue Gem #503590

Tints of Blue Gem #503590

Color information

#503590 (or 0x503590) is unknown color: approx Blue Gem. HEX triplet: 50, 35 and 90. RGB value is (80,53,144). Sum of RGB (Red+Green+Blue) = 80+53+144=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #503590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503590 is #AFCA6F. Grayscale: #474747. Windows color (decimal): -11520624 or 9450832. OLE color: 9450832.

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

Color convert

RGB8053144-
CMYK0.440.6300.44
HSL257.8º46.19%38.63%-
HSV(B)257.8º63.19%56.47%-
XYZ9.626.2727.09-
YUV71.45168.95134.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=28.88%
G=19.13%
B=51.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80531440.440.6300.44257.846.1938.63
Hex5035902C3F02C1022e27
Octal1206522054770544025647
Binary1010000110101100100001011001111110101100100000010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503590; }

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

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

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

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

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

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

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

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