#503B8C

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

Shades of Blue Gem #503B8C

Tints of Blue Gem #503B8C

Color information

#503B8C (or 0x503B8C) is unknown color: approx Blue Gem. HEX triplet: 50, 3B and 8C. RGB value is (80,59,140). Sum of RGB (Red+Green+Blue) = 80+59+140=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #503B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503B8C is #AFC473. Grayscale: #4A4A4A. Windows color (decimal): -11519092 or 9190224. OLE color: 9190224.

HSL color Cylindrical-coordinate representation of color #503B8C: hue angle of 255.56º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503B8C is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8059140-
CMYK0.430.5800.45
HSL255.56º40.7%39.02%-
HSV(B)255.56º57.86%54.9%-
XYZ9.616.7325.6-
YUV74.51164.96131.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=28.67%
G=21.15%
B=50.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80591400.430.5800.45255.5640.739.02
Hex503B8C2B3A02D1002927
Octal1207321453720554005147
Binary1010000111011100011001010111110100101101100000000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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