#504380

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

Shades of Gigas #504380

Tints of Gigas #504380

Color information

#504380 (or 0x504380) is unknown color: approx Gigas. HEX triplet: 50, 43 and 80. RGB value is (80,67,128). Sum of RGB (Red+Green+Blue) = 80+67+128=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #504380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504380 is #AFBC7F. Grayscale: #4D4D4D. Windows color (decimal): -11517056 or 8405840. OLE color: 8405840.

HSL color Cylindrical-coordinate representation of color #504380: hue angle of 252.79º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504380 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8067128-
CMYK0.380.4800.50
HSL252.79º31.28%38.24%-
HSV(B)252.79º47.66%50.2%-
XYZ9.217.2821.34-
YUV77.84156.31129.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=29.09%
G=24.36%
B=46.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80671280.380.4800.50252.7931.2838.24
Hex5043802630032fd1f26
Octal12010320046600623753746
Binary101000010000111000000010011011000001100101111110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504380; }

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

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

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

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

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

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

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

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