#524479

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

Shades of Gigas #524479

Tints of Gigas #524479

Color information

#524479 (or 0x524479) is unknown color: approx Gigas. HEX triplet: 52, 44 and 79. RGB value is (82,68,121). Sum of RGB (Red+Green+Blue) = 82+68+121=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #524479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524479 is #ADBB86. Grayscale: #4E4E4E. Windows color (decimal): -11385735 or 7947346. OLE color: 7947346.

HSL color Cylindrical-coordinate representation of color #524479: hue angle of 255.85º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #524479 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8268121-
CMYK0.320.4400.53
HSL255.85º28.04%37.06%-
HSV(B)255.85º43.8%47.45%-
XYZ97.3119.03-
YUV78.23152.14130.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=30.26%
G=25.09%
B=44.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82681210.320.4400.53255.8528.0437.06
Hex524479202C0351001c25
Octal12210417140540654003445
Binary101001010001001111001100000101100011010110000000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524479; }

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

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

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

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

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

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

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

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