#503095

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

Shades of Blue Gem #503095

Tints of Blue Gem #503095

Color information

#503095 (or 0x503095) is unknown color: approx Blue Gem. HEX triplet: 50, 30 and 95. RGB value is (80,48,149). Sum of RGB (Red+Green+Blue) = 80+48+149=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #503095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503095 is #AFCF6A. Grayscale: #444444. Windows color (decimal): -11521899 or 9777232. OLE color: 9777232.

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

Color convert

RGB8048149-
CMYK0.460.6800.42
HSL259.01º51.27%38.63%-
HSV(B)259.01º67.79%58.43%-
XYZ9.795.9929.07-
YUV69.08173.1135.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=28.88%
G=17.33%
B=53.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80481490.460.6800.42259.0151.2738.63
Hex5030952E4402A1033327
Octal12060225561040524036347
Binary10100001100001001010110111010001000101010100000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503095; }

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

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

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

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

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

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

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

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