#50418A

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

Shades of Blue Gem #50418A

Tints of Blue Gem #50418A

Color information

#50418A (or 0x50418A) is unknown color: approx Blue Gem. HEX triplet: 50, 41 and 8A. RGB value is (80,65,138). Sum of RGB (Red+Green+Blue) = 80+65+138=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #50418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50418A is #AFBE75. Grayscale: #4D4D4D. Windows color (decimal): -11517558 or 9060688. OLE color: 9060688.

HSL color Cylindrical-coordinate representation of color #50418A: hue angle of 252.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50418A is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8065138-
CMYK0.420.5300.46
HSL252.33º35.96%39.8%-
HSV(B)252.33º52.9%54.12%-
XYZ9.797.3224.94-
YUV77.81161.97129.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=28.27%
G=22.97%
B=48.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80651380.420.5300.46252.3335.9639.8
Hex50418A2A3502Efc2428
Octal12010121252650563744450
Binary1010000100000110001010101010110101010111011111100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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