#523E7D

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

Shades of Gigas #523E7D

Tints of Gigas #523E7D

Color information

#523E7D (or 0x523E7D) is unknown color: approx Gigas. HEX triplet: 52, 3E and 7D. RGB value is (82,62,125). Sum of RGB (Red+Green+Blue) = 82+62+125=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #523E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E7D is #ADC182. Grayscale: #4A4A4A. Windows color (decimal): -11387267 or 8207954. OLE color: 8207954.

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

Color convert

RGB8262125-
CMYK0.340.5000.51
HSL259.05º33.69%36.67%-
HSV(B)259.05º50.4%49.02%-
XYZ8.96.7220.23-
YUV75.16156.13132.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 125 (49.22% from 255) = 46.47%
R=30.48%
G=23.05%
B=46.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82621250.340.5000.51259.0533.6936.67
Hex523E7D22320331032225
Octal1227617542620634034245
Binary101001011111011111011000101100100110011100000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,62,125); }

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

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

 a { background-color: rgb(82,62,125); }

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

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

 span { border-color: rgb(82,62,125); }

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