#503C85

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

Shades of Blue Gem #503C85

Tints of Blue Gem #503C85

Color information

#503C85 (or 0x503C85) is unknown color: approx Blue Gem. HEX triplet: 50, 3C and 85. RGB value is (80,60,133). Sum of RGB (Red+Green+Blue) = 80+60+133=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #503C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503C85 is #AFC37A. Grayscale: #4A4A4A. Windows color (decimal): -11518843 or 8731728. OLE color: 8731728.

HSL color Cylindrical-coordinate representation of color #503C85: hue angle of 256.44º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503C85 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8060133-
CMYK0.400.5500.48
HSL256.44º37.82%37.84%-
HSV(B)256.44º54.89%52.16%-
XYZ9.166.6322.99-
YUV74.3161.13132.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=29.30%
G=21.98%
B=48.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80601330.400.5500.48256.4437.8237.84
Hex503C8528370301002626
Octal1207420550670604004646
Binary1010000111100100001011010001101110110000100000000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,133); }

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

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

 a { background-color: rgb(80,60,133); }

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

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

 span { border-color: rgb(80,60,133); }

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