#50427C

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

Shades of Gigas #50427C

Tints of Gigas #50427C

Color information

#50427C (or 0x50427C) is unknown color: approx Gigas. HEX triplet: 50, 42 and 7C. RGB value is (80,66,124). Sum of RGB (Red+Green+Blue) = 80+66+124=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #50427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50427C is #AFBD83. Grayscale: #4C4C4C. Windows color (decimal): -11517316 or 8143440. OLE color: 8143440.

HSL color Cylindrical-coordinate representation of color #50427C: hue angle of 254.48º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50427C is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8066124-
CMYK0.350.4700.51
HSL254.48º30.53%37.25%-
HSV(B)254.48º46.77%48.63%-
XYZ8.897.0619.96-
YUV76.8154.64130.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=29.63%
G=24.44%
B=45.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80661240.350.4700.51254.4830.5337.25
Hex50427C232F033fe1f25
Octal12010217443570633763745
Binary10100001000010111110010001110111101100111111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,66,124); }

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

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

 a { background-color: rgb(80,66,124); }

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

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

 span { border-color: rgb(80,66,124); }

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