#524379

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

Shades of Gigas #524379

Tints of Gigas #524379

Color information

#524379 (or 0x524379) is unknown color: approx Gigas. HEX triplet: 52, 43 and 79. RGB value is (82,67,121). Sum of RGB (Red+Green+Blue) = 82+67+121=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #524379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524379 is #ADBC86. Grayscale: #4D4D4D. Windows color (decimal): -11385991 or 7947090. OLE color: 7947090.

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

Color convert

RGB8267121-
CMYK0.320.4500.53
HSL256.67º28.72%36.86%-
HSV(B)256.67º44.63%47.45%-
XYZ8.947.1919.01-
YUV77.64152.47131.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=30.37%
G=24.81%
B=44.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82671210.320.4500.53256.6728.7236.86
Hex524379202D0351011d25
Octal12210317140550654013545
Binary101001010000111111001100000101101011010110000000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524379; }

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

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

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

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

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

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

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

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