#503D86

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

Shades of Blue Gem #503D86

Tints of Blue Gem #503D86

Color information

#503D86 (or 0x503D86) is unknown color: approx Blue Gem. HEX triplet: 50, 3D and 86. RGB value is (80,61,134). Sum of RGB (Red+Green+Blue) = 80+61+134=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #503D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D86 is #AFC279. Grayscale: #4A4A4A. Windows color (decimal): -11518586 or 8797520. OLE color: 8797520.

HSL color Cylindrical-coordinate representation of color #503D86: hue angle of 255.62º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503D86 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8061134-
CMYK0.400.5400.47
HSL255.62º37.44%38.24%-
HSV(B)255.62º54.48%52.55%-
XYZ9.286.7623.37-
YUV75161.29131.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 134 (52.73% from 255) = 48.73%
R=29.09%
G=22.18%
B=48.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80611340.400.5400.47255.6237.4438.24
Hex503D86283602F1002526
Octal1207520650660574004546
Binary1010000111101100001101010001101100101111100000000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,61,134); }

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

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

 a { background-color: rgb(80,61,134); }

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

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

 span { border-color: rgb(80,61,134); }

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