#503F88

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

Shades of Blue Gem #503F88

Tints of Blue Gem #503F88

Color information

#503F88 (or 0x503F88) is unknown color: approx Blue Gem. HEX triplet: 50, 3F and 88. RGB value is (80,63,136). Sum of RGB (Red+Green+Blue) = 80+63+136=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #503F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F88 is #AFC077. Grayscale: #4C4C4C. Windows color (decimal): -11518072 or 8929104. OLE color: 8929104.

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

Color convert

RGB8063136-
CMYK0.410.5400.47
HSL253.97º36.68%39.02%-
HSV(B)253.97º53.68%53.33%-
XYZ9.537.0424.15-
YUV76.4161.63130.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=28.67%
G=22.58%
B=48.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80631360.410.5400.47253.9736.6839.02
Hex503F88293602Ffe2527
Octal1207721051660573764547
Binary101000011111110001000101001110110010111111111110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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