#503B9C

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

Shades of Blue Gem #503B9C

Tints of Blue Gem #503B9C

Color information

#503B9C (or 0x503B9C) is unknown color: approx Blue Gem. HEX triplet: 50, 3B and 9C. RGB value is (80,59,156). Sum of RGB (Red+Green+Blue) = 80+59+156=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #503B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503B9C is #AFC463. Grayscale: #4B4B4B. Windows color (decimal): -11519076 or 10238800. OLE color: 10238800.

HSL color Cylindrical-coordinate representation of color #503B9C: hue angle of 252.99º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503B9C is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8059156-
CMYK0.490.6200.39
HSL252.99º45.12%42.16%-
HSV(B)252.99º62.18%61.18%-
XYZ10.877.2332.28-
YUV76.34172.96130.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=27.12%
G=20%
B=52.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80591560.490.6200.39252.9945.1242.16
Hex503B9C313E027fd2d2a
Octal1207323461760473755552
Binary101000011101110011100110001111110010011111111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,156); }

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

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

 a { background-color: rgb(80,59,156); }

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

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

 span { border-color: rgb(80,59,156); }

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