#504086

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

Shades of Gigas #504086

Tints of Gigas #504086

Color information

#504086 (or 0x504086) is unknown color: approx Gigas. HEX triplet: 50, 40 and 86. RGB value is (80,64,134). Sum of RGB (Red+Green+Blue) = 80+64+134=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #504086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504086 is #AFBF79. Grayscale: #4C4C4C. Windows color (decimal): -11517818 or 8798288. OLE color: 8798288.

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

Color convert

RGB8064134-
CMYK0.400.5200.47
HSL253.71º35.35%38.82%-
HSV(B)253.71º52.24%52.55%-
XYZ9.447.0923.43-
YUV76.76160.3130.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=28.78%
G=23.02%
B=48.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80641340.400.5200.47253.7135.3538.82
Hex504086283402Ffe2327
Octal12010020650640573764347
Binary1010000100000010000110101000110100010111111111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504086; }

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

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

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

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

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

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

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

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