#524478

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

Shades of Gigas #524478

Tints of Gigas #524478

Color information

#524478 (or 0x524478) is unknown color: approx Gigas. HEX triplet: 52, 44 and 78. RGB value is (82,68,120). Sum of RGB (Red+Green+Blue) = 82+68+120=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #524478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524478 is #ADBB87. Grayscale: #4D4D4D. Windows color (decimal): -11385736 or 7881810. OLE color: 7881810.

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

Color convert

RGB8268120-
CMYK0.320.4300.53
HSL256.15º27.66%36.86%-
HSV(B)256.15º43.33%47.06%-
XYZ8.947.2818.7-
YUV78.11151.64130.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=30.37%
G=25.19%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82681200.320.4300.53256.1527.6636.86
Hex524478202B0351001c25
Octal12210417040530654003445
Binary101001010001001111000100000101011011010110000000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524478; }

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

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

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

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

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

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

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

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