#50459C

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

Shades of Blue Gem #50459C

Tints of Blue Gem #50459C

Color information

#50459C (or 0x50459C) is unknown color: approx Blue Gem. HEX triplet: 50, 45 and 9C. RGB value is (80,69,156). Sum of RGB (Red+Green+Blue) = 80+69+156=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #50459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50459C is #AFBA63. Grayscale: #515151. Windows color (decimal): -11516516 or 10241360. OLE color: 10241360.

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

Color convert

RGB8069156-
CMYK0.490.5600.39
HSL247.59º38.67%44.12%-
HSV(B)247.59º55.77%61.18%-
XYZ11.448.3632.46-
YUV82.21169.64126.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=26.23%
G=22.62%
B=51.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80691560.490.5600.39247.5938.6744.12
Hex50459C3138027f8272c
Octal12010523461700473704754
Binary1010000100010110011100110001111000010011111111000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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