#503595

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

Shades of Blue Gem #503595

Tints of Blue Gem #503595

Color information

#503595 (or 0x503595) is unknown color: approx Blue Gem. HEX triplet: 50, 35 and 95. RGB value is (80,53,149). Sum of RGB (Red+Green+Blue) = 80+53+149=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #503595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503595 is #AFCA6A. Grayscale: #474747. Windows color (decimal): -11520619 or 9778512. OLE color: 9778512.

HSL color Cylindrical-coordinate representation of color #503595: hue angle of 256.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503595 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8053149-
CMYK0.460.6400.42
HSL256.88º47.52%39.61%-
HSV(B)256.88º64.43%58.43%-
XYZ10.016.4229.15-
YUV72.02171.45133.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=28.37%
G=18.79%
B=52.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80531490.460.6400.42256.8847.5239.61
Hex5035952E4002A1013028
Octal12065225561000524016050
Binary10100001101011001010110111010000000101010100000001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503595; }

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

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

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

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

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

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

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

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