#504384

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

Shades of Gigas #504384

Tints of Gigas #504384

Color information

#504384 (or 0x504384) is unknown color: approx Gigas. HEX triplet: 50, 43 and 84. RGB value is (80,67,132). Sum of RGB (Red+Green+Blue) = 80+67+132=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #504384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504384 is #AFBC7B. Grayscale: #4E4E4E. Windows color (decimal): -11517052 or 8667984. OLE color: 8667984.

HSL color Cylindrical-coordinate representation of color #504384: hue angle of 252º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504384 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8067132-
CMYK0.390.4900.48
HSL252º32.66%39.02%-
HSV(B)252º49.24%51.76%-
XYZ9.487.3922.76-
YUV78.3158.31129.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=28.67%
G=24.01%
B=47.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80671320.390.4900.4825232.6639.02
Hex5043842731030fc2127
Octal12010320447610603744147
Binary1010000100001110000100100111110001011000011111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504384; }

 p { color: rgb(80,67,132); }

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

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

 a { background-color: rgb(80,67,132); }

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

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

 span { border-color: rgb(80,67,132); }

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