#523E87

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

Shades of Gigas #523E87

Tints of Gigas #523E87

Color information

#523E87 (or 0x523E87) is unknown color: approx Gigas. HEX triplet: 52, 3E and 87. RGB value is (82,62,135). Sum of RGB (Red+Green+Blue) = 82+62+135=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #523E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523E87 is #ADC178. Grayscale: #4C4C4C. Windows color (decimal): -11387257 or 8863314. OLE color: 8863314.

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

Color convert

RGB8262135-
CMYK0.390.5400.47
HSL256.44º37.06%38.63%-
HSV(B)256.44º54.07%52.94%-
XYZ9.586.9923.77-
YUV76.3161.13132.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 135 (53.12% from 255) = 48.39%
R=29.39%
G=22.22%
B=48.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82621350.390.5400.47256.4437.0638.63
Hex523E87273602F1002527
Octal1227620747660574004547
Binary1010010111110100001111001111101100101111100000000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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