#504486

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

Shades of Gigas #504486

Tints of Gigas #504486

Color information

#504486 (or 0x504486) is unknown color: approx Gigas. HEX triplet: 50, 44 and 86. RGB value is (80,68,134). Sum of RGB (Red+Green+Blue) = 80+68+134=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #504486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504486 is #AFBB79. Grayscale: #4E4E4E. Windows color (decimal): -11516794 or 8799312. OLE color: 8799312.

HSL color Cylindrical-coordinate representation of color #504486: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504486 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8068134-
CMYK0.400.4900.47
HSL250.91º32.67%39.61%-
HSV(B)250.91º49.25%52.55%-
XYZ9.687.5623.5-
YUV79.11158.98128.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 134 (52.73% from 255) = 47.52%
R=28.37%
G=24.11%
B=47.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80681340.400.4900.47250.9132.6739.61
Hex504486283102Ffb2128
Octal12010420650610573734150
Binary1010000100010010000110101000110001010111111111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504486; }

 p { color: rgb(80,68,134); }

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

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

 a { background-color: rgb(80,68,134); }

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

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

 span { border-color: rgb(80,68,134); }

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