#50358a

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

Shades of Blue Gem #50358A

Tints of Blue Gem #50358A

Color information

#50358A (or 0x50358A) is unknown color: approx Blue Gem. HEX triplet: 50, 35 and 8A. RGB value is (80,53,138). Sum of RGB (Red+Green+Blue) = 80+53+138=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #50358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50358A is #AFCA75. Grayscale: #464646. Windows color (decimal): -11520630 or 9057616. OLE color: 9057616.

HSL color Cylindrical-coordinate representation of color #50358A: hue angle of 259.06º 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 #50358A is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8053138-
CMYK0.420.6200.46
HSL259.06º44.5%37.45%-
HSV(B)259.06º61.59%54.12%-
XYZ9.176.0924.74-
YUV70.76165.95134.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 138 (54.30% from 255) = 50.92%
R=29.52%
G=19.56%
B=50.92%

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
Decimal80531380.420.6200.46259.0644.537.45
Hex50358A2A3E02E1032d25
Octal1206521252760564035545
Binary1010000110101100010101010101111100101110100000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50358a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50358a; }

 p { color: rgb(80,53,138); }

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

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

 a { background-color: rgb(80,53,138); }

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

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

 span { border-color: rgb(80,53,138); }

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