#503697

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

Shades of Blue Gem #503697

Tints of Blue Gem #503697

Color information

#503697 (or 0x503697) is unknown color: approx Blue Gem. HEX triplet: 50, 36 and 97. RGB value is (80,54,151). Sum of RGB (Red+Green+Blue) = 80+54+151=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #503697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503697 is #AFC968. Grayscale: #484848. Windows color (decimal): -11520361 or 9909840. OLE color: 9909840.

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

Color convert

RGB8054151-
CMYK0.470.6400.41
HSL256.08º47.32%40.2%-
HSV(B)256.08º64.24%59.22%-
XYZ10.216.5830.01-
YUV72.83172.11133.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 151 (59.38% from 255) = 52.98%
R=28.07%
G=18.95%
B=52.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80541510.470.6400.41256.0847.3240.2
Hex5036972F400291002f28
Octal12066227571000514005750
Binary10100001101101001011110111110000000101001100000000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503697; }

 p { color: rgb(80,54,151); }

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

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

 a { background-color: rgb(80,54,151); }

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

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

 span { border-color: rgb(80,54,151); }

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