#50359B

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

Shades of Blue Gem #50359B

Tints of Blue Gem #50359B

Color information

#50359B (or 0x50359B) is unknown color: approx Blue Gem. HEX triplet: 50, 35 and 9B. RGB value is (80,53,155). Sum of RGB (Red+Green+Blue) = 80+53+155=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #50359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50359B is #AFCA64. Grayscale: #484848. Windows color (decimal): -11520613 or 10171728. OLE color: 10171728.

HSL color Cylindrical-coordinate representation of color #50359B: hue angle of 255.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50359B is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8053155-
CMYK0.480.6600.39
HSL255.88º49.04%40.78%-
HSV(B)255.88º65.81%60.78%-
XYZ10.56.6231.73-
YUV72.7174.45133.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=27.78%
G=18.40%
B=53.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80531550.480.6600.39255.8849.0440.78
Hex50359B30420271003129
Octal12065233601020474006151
Binary10100001101011001101111000010000100100111100000000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50359B; }

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

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

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

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

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

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

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

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