#503489

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

Shades of Blue Gem #503489

Tints of Blue Gem #503489

Color information

#503489 (or 0x503489) is unknown color: approx Blue Gem. HEX triplet: 50, 34 and 89. RGB value is (80,52,137). Sum of RGB (Red+Green+Blue) = 80+52+137=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #503489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503489 is #AFCB76. Grayscale: #454545. Windows color (decimal): -11520887 or 8991824. OLE color: 8991824.

HSL color Cylindrical-coordinate representation of color #503489: hue angle of 259.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503489 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8052137-
CMYK0.420.6200.46
HSL259.76º44.97%37.06%-
HSV(B)259.76º62.04%53.73%-
XYZ9.055.9724.34-
YUV70.06165.78135.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=29.74%
G=19.33%
B=50.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80521370.420.6200.46259.7644.9737.06
Hex5034892A3E02E1042d25
Octal1206421152760564045545
Binary1010000110100100010011010101111100101110100000100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503489; }

 p { color: rgb(80,52,137); }

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

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

 a { background-color: rgb(80,52,137); }

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

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

 span { border-color: rgb(80,52,137); }

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