#503787

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

Shades of Blue Gem #503787

Tints of Blue Gem #503787

Color information

#503787 (or 0x503787) is unknown color: approx Blue Gem. HEX triplet: 50, 37 and 87. RGB value is (80,55,135). Sum of RGB (Red+Green+Blue) = 80+55+135=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #503787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503787 is #AFC878. Grayscale: #474747. Windows color (decimal): -11520121 or 8861520. OLE color: 8861520.

HSL color Cylindrical-coordinate representation of color #503787: hue angle of 258.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503787 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8055135-
CMYK0.410.5900.47
HSL258.75º42.11%37.25%-
HSV(B)258.75º59.26%52.94%-
XYZ9.056.1923.64-
YUV71.6163.78134-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 135 (53.12% from 255) = 50%
R=29.63%
G=20.37%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80551350.410.5900.47258.7542.1137.25
Hex503787293B02F1032a25
Octal1206720751730574035245
Binary1010000110111100001111010011110110101111100000011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503787; }

 p { color: rgb(80,55,135); }

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

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

 a { background-color: rgb(80,55,135); }

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

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

 span { border-color: rgb(80,55,135); }

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