#50459D

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

Shades of Blue Gem #50459D

Tints of Blue Gem #50459D

Color information

#50459D (or 0x50459D) is unknown color: approx Blue Gem. HEX triplet: 50, 45 and 9D. RGB value is (80,69,157). Sum of RGB (Red+Green+Blue) = 80+69+157=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #50459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50459D is #AFBA62. Grayscale: #515151. Windows color (decimal): -11516515 or 10306896. OLE color: 10306896.

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

Color convert

RGB8069157-
CMYK0.490.5600.38
HSL247.5º38.94%44.31%-
HSV(B)247.5º56.05%61.57%-
XYZ11.528.432.91-
YUV82.32170.14126.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 157 (61.72% from 255) = 51.31%
R=26.14%
G=22.55%
B=51.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80691570.490.5600.38247.538.9444.31
Hex50459D3138026f8272c
Octal12010523561700463704754
Binary1010000100010110011101110001111000010011011111000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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