#503F95

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

Shades of Blue Gem #503F95

Tints of Blue Gem #503F95

Color information

#503F95 (or 0x503F95) is unknown color: approx Blue Gem. HEX triplet: 50, 3F and 95. RGB value is (80,63,149). Sum of RGB (Red+Green+Blue) = 80+63+149=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #503F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F95 is #AFC06A. Grayscale: #4D4D4D. Windows color (decimal): -11518059 or 9781072. OLE color: 9781072.

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

Color convert

RGB8063149-
CMYK0.460.5800.42
HSL251.86º40.57%41.57%-
HSV(B)251.86º57.72%58.43%-
XYZ10.517.4329.31-
YUV77.89168.13129.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=27.40%
G=21.58%
B=51.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80631490.460.5800.42251.8640.5741.57
Hex503F952E3A02Afc292a
Octal1207722556720523745152
Binary101000011111110010101101110111010010101011111100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,63,149); }

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

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

 a { background-color: rgb(80,63,149); }

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

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

 span { border-color: rgb(80,63,149); }

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