#504278

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

Shades of Gigas #504278

Tints of Gigas #504278

Color information

#504278 (or 0x504278) is unknown color: approx Gigas. HEX triplet: 50, 42 and 78. RGB value is (80,66,120). Sum of RGB (Red+Green+Blue) = 80+66+120=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #504278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504278 is #AFBD87. Grayscale: #4C4C4C. Windows color (decimal): -11517320 or 7881296. OLE color: 7881296.

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

Color convert

RGB8066120-
CMYK0.330.4500.53
HSL255.56º29.03%36.47%-
HSV(B)255.56º45%47.06%-
XYZ8.656.9618.66-
YUV76.34152.64130.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=30.08%
G=24.81%
B=45.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80661200.330.4500.53255.5629.0336.47
Hex504278212D0351001d24
Octal12010217041550654003544
Binary101000010000101111000100001101101011010110000000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504278; }

 p { color: rgb(80,66,120); }

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

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

 a { background-color: rgb(80,66,120); }

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

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

 span { border-color: rgb(80,66,120); }

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