#50458B

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

Shades of Gigas #50458B

Tints of Gigas #50458B

Color information

#50458B (or 0x50458B) is unknown color: approx Gigas. HEX triplet: 50, 45 and 8B. RGB value is (80,69,139). Sum of RGB (Red+Green+Blue) = 80+69+139=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #50458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50458B is #AFBA74. Grayscale: #505050. Windows color (decimal): -11516533 or 9127248. OLE color: 9127248.

HSL color Cylindrical-coordinate representation of color #50458B: hue angle of 249.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50458B is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8069139-
CMYK0.420.5000.45
HSL249.43º33.65%40.78%-
HSV(B)249.43º50.36%54.51%-
XYZ10.17.8325.4-
YUV80.27161.14127.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=27.78%
G=23.96%
B=48.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80691390.420.5000.45249.4333.6540.78
Hex50458B2A3202Df92229
Octal12010521352620553714251
Binary1010000100010110001011101010110010010110111111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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