#504186

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

Shades of Gigas #504186

Tints of Gigas #504186

Color information

#504186 (or 0x504186) is unknown color: approx Gigas. HEX triplet: 50, 41 and 86. RGB value is (80,65,134). Sum of RGB (Red+Green+Blue) = 80+65+134=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #504186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504186 is #AFBE79. Grayscale: #4D4D4D. Windows color (decimal): -11517562 or 8798544. OLE color: 8798544.

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

Color convert

RGB8065134-
CMYK0.400.5100.47
HSL253.04º34.67%39.02%-
HSV(B)253.04º51.49%52.55%-
XYZ9.57.2123.44-
YUV77.35159.97129.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=28.67%
G=23.30%
B=48.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80651340.400.5100.47253.0434.6739.02
Hex504186283302Ffd2327
Octal12010120650630573754347
Binary1010000100000110000110101000110011010111111111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504186; }

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

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

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

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

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

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

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

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