#524480

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

Shades of Gigas #524480

Tints of Gigas #524480

Color information

#524480 (or 0x524480) is unknown color: approx Gigas. HEX triplet: 52, 44 and 80. RGB value is (82,68,128). Sum of RGB (Red+Green+Blue) = 82+68+128=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #524480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524480 is #ADBB7F. Grayscale: #4E4E4E. Windows color (decimal): -11385728 or 8406098. OLE color: 8406098.

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

Color convert

RGB8268128-
CMYK0.360.4700.50
HSL254º30.61%38.43%-
HSV(B)254º46.88%50.2%-
XYZ9.447.4921.37-
YUV79.03155.64130.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=29.50%
G=24.46%
B=46.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82681280.360.4700.5025430.6138.43
Hex524480242F032fe1f26
Octal12210420044570623763746
Binary101001010001001000000010010010111101100101111111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524480; }

 p { color: rgb(82,68,128); }

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

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

 a { background-color: rgb(82,68,128); }

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

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

 span { border-color: rgb(82,68,128); }

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