#503B9D

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

Shades of Blue Gem #503B9D

Tints of Blue Gem #503B9D

Color information

#503B9D (or 0x503B9D) is unknown color: approx Blue Gem. HEX triplet: 50, 3B and 9D. RGB value is (80,59,157). Sum of RGB (Red+Green+Blue) = 80+59+157=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #503B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503B9D is #AFC462. Grayscale: #4C4C4C. Windows color (decimal): -11519075 or 10304336. OLE color: 10304336.

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

Color convert

RGB8059157-
CMYK0.490.6200.38
HSL252.86º45.37%42.35%-
HSV(B)252.86º62.42%61.57%-
XYZ10.967.2732.72-
YUV76.45173.46130.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 157 (61.72% from 255) = 53.04%
R=27.03%
G=19.93%
B=53.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80591570.490.6200.38252.8645.3742.35
Hex503B9D313E026fd2d2a
Octal1207323561760463755552
Binary101000011101110011101110001111110010011011111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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