#50459F

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

Shades of Blue Gem #50459F

Tints of Blue Gem #50459F

Color information

#50459F (or 0x50459F) is unknown color: approx Blue Gem. HEX triplet: 50, 45 and 9F. RGB value is (80,69,159). Sum of RGB (Red+Green+Blue) = 80+69+159=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #50459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50459F is #AFBA60. Grayscale: #525252. Windows color (decimal): -11516513 or 10437968. OLE color: 10437968.

HSL color Cylindrical-coordinate representation of color #50459F: hue angle of 247.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50459F is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8069159-
CMYK0.500.5700.38
HSL247.33º39.47%44.71%-
HSV(B)247.33º56.6%62.35%-
XYZ11.698.4633.82-
YUV82.55171.14126.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=25.97%
G=22.40%
B=51.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80691590.500.5700.38247.3339.4744.71
Hex50459F3239026f7272d
Octal12010523762710463674755
Binary1010000100010110011111110010111001010011011110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50459F; }

 p { color: rgb(80,69,159); }

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

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

 a { background-color: rgb(80,69,159); }

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

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

 span { border-color: rgb(80,69,159); }

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