#504082

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

Shades of Gigas #504082

Tints of Gigas #504082

Color information

#504082 (or 0x504082) is unknown color: approx Gigas. HEX triplet: 50, 40 and 82. RGB value is (80,64,130). Sum of RGB (Red+Green+Blue) = 80+64+130=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #504082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504082 is #AFBF7D. Grayscale: #4C4C4C. Windows color (decimal): -11517822 or 8536144. OLE color: 8536144.

HSL color Cylindrical-coordinate representation of color #504082: hue angle of 254.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504082 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8064130-
CMYK0.380.5100.49
HSL254.55º34.02%38.04%-
HSV(B)254.55º50.77%50.98%-
XYZ9.176.9821.98-
YUV76.31158.3130.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=29.20%
G=23.36%
B=47.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80641300.380.5100.49254.5534.0238.04
Hex5040822633031ff2226
Octal12010020246630613774246
Binary1010000100000010000010100110110011011000111111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504082; }

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

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

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

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

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

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

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

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