#523C80

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

Shades of Gigas #523C80

Tints of Gigas #523C80

Color information

#523C80 (or 0x523C80) is unknown color: approx Gigas. HEX triplet: 52, 3C and 80. RGB value is (82,60,128). Sum of RGB (Red+Green+Blue) = 82+60+128=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #523C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C80 is #ADC37F. Grayscale: #4A4A4A. Windows color (decimal): -11387776 or 8404050. OLE color: 8404050.

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

Color convert

RGB8260128-
CMYK0.360.5300.50
HSL259.41º36.17%36.86%-
HSV(B)259.41º53.12%50.2%-
XYZ8.996.5821.22-
YUV74.33158.29133.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=30.37%
G=22.22%
B=47.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82601280.360.5300.50259.4136.1736.86
Hex523C8024350321032425
Octal1227420044650624034445
Binary1010010111100100000001001001101010110010100000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523C80; }

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

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

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

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

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

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

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

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