#503B9B

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

Shades of Blue Gem #503B9B

Tints of Blue Gem #503B9B

Color information

#503B9B (or 0x503B9B) is unknown color: approx Blue Gem. HEX triplet: 50, 3B and 9B. RGB value is (80,59,155). Sum of RGB (Red+Green+Blue) = 80+59+155=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #503B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503B9B is #AFC464. Grayscale: #4B4B4B. Windows color (decimal): -11519077 or 10173264. OLE color: 10173264.

HSL color Cylindrical-coordinate representation of color #503B9B: hue angle of 253.12º 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 #503B9B is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8059155-
CMYK0.480.6200.39
HSL253.12º44.86%41.96%-
HSV(B)253.12º61.94%60.78%-
XYZ10.797.231.83-
YUV76.22172.46130.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 59 (23.44% from 255) = 20.07%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=27.21%
G=20.07%
B=52.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80591550.480.6200.39253.1244.8641.96
Hex503B9B303E027fd2d2a
Octal1207323360760473755552
Binary101000011101110011011110000111110010011111111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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