#523C87

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

Shades of Gigas #523C87

Tints of Gigas #523C87

Color information

#523C87 (or 0x523C87) is unknown color: approx Gigas. HEX triplet: 52, 3C and 87. RGB value is (82,60,135). Sum of RGB (Red+Green+Blue) = 82+60+135=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #523C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C87 is #ADC378. Grayscale: #4A4A4A. Windows color (decimal): -11387769 or 8862802. OLE color: 8862802.

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

Color convert

RGB8260135-
CMYK0.390.5600.47
HSL257.6º38.46%38.24%-
HSV(B)257.6º55.56%52.94%-
XYZ9.476.7723.73-
YUV75.13161.79132.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=29.60%
G=21.66%
B=48.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82601350.390.5600.47257.638.4638.24
Hex523C87273802F1022626
Octal1227420747700574024646
Binary1010010111100100001111001111110000101111100000010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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