#503997

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

Shades of Blue Gem #503997

Tints of Blue Gem #503997

Color information

#503997 (or 0x503997) is unknown color: approx Blue Gem. HEX triplet: 50, 39 and 97. RGB value is (80,57,151). Sum of RGB (Red+Green+Blue) = 80+57+151=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #503997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503997 is #AFC668. Grayscale: #4A4A4A. Windows color (decimal): -11519593 or 9910608. OLE color: 9910608.

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

Color convert

RGB8057151-
CMYK0.470.6200.41
HSL254.68º45.19%40.78%-
HSV(B)254.68º62.25%59.22%-
XYZ10.366.8730.06-
YUV74.59171.12131.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=27.78%
G=19.79%
B=52.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80571510.470.6200.41254.6845.1940.78
Hex5039972F3E029ff2d29
Octal1207122757760513775551
Binary101000011100110010111101111111110010100111111111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503997; }

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

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

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

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

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

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

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

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