#50329A

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

Shades of Blue Gem #50329A

Tints of Blue Gem #50329A

Color information

#50329A (or 0x50329A) is unknown color: approx Blue Gem. HEX triplet: 50, 32 and 9A. RGB value is (80,50,154). Sum of RGB (Red+Green+Blue) = 80+50+154=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #50329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50329A is #AFCD65. Grayscale: #464646. Windows color (decimal): -11521382 or 10105424. OLE color: 10105424.

HSL color Cylindrical-coordinate representation of color #50329A: hue angle of 257.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50329A is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8050154-
CMYK0.480.6800.40
HSL257.31º50.98%40%-
HSV(B)257.31º67.53%60.39%-
XYZ10.286.3231.25-
YUV70.83174.94134.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=28.17%
G=17.61%
B=54.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80501540.480.6800.40257.3150.9840
Hex50329A30440281013328
Octal12062232601040504016350
Binary10100001100101001101011000010001000101000100000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50329A; }

 p { color: rgb(80,50,154); }

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

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

 a { background-color: rgb(80,50,154); }

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

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

 span { border-color: rgb(80,50,154); }

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