#503690

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

Shades of Blue Gem #503690

Tints of Blue Gem #503690

Color information

#503690 (or 0x503690) is unknown color: approx Blue Gem. HEX triplet: 50, 36 and 90. RGB value is (80,54,144). Sum of RGB (Red+Green+Blue) = 80+54+144=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #503690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503690 is #AFC96F. Grayscale: #474747. Windows color (decimal): -11520368 or 9451088. OLE color: 9451088.

HSL color Cylindrical-coordinate representation of color #503690: hue angle of 257.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503690 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8054144-
CMYK0.440.6300.44
HSL257.33º45.45%38.82%-
HSV(B)257.33º62.5%56.47%-
XYZ9.666.3627.1-
YUV72.03168.61133.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=28.78%
G=19.42%
B=51.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80541440.440.6300.44257.3345.4538.82
Hex5036902C3F02C1012d27
Octal1206622054770544015547
Binary1010000110110100100001011001111110101100100000001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503690; }

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

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

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

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

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

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

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

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