#523C86

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

Shades of Gigas #523C86

Tints of Gigas #523C86

Color information

#523C86 (or 0x523C86) is unknown color: approx Gigas. HEX triplet: 52, 3C and 86. RGB value is (82,60,134). Sum of RGB (Red+Green+Blue) = 82+60+134=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #523C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C86 is #ADC379. Grayscale: #4A4A4A. Windows color (decimal): -11387770 or 8797266. OLE color: 8797266.

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

Color convert

RGB8260134-
CMYK0.390.5500.47
HSL257.84º38.14%38.04%-
HSV(B)257.84º55.22%52.55%-
XYZ9.46.7523.36-
YUV75.01161.29132.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=29.71%
G=21.74%
B=48.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82601340.390.5500.47257.8438.1438.04
Hex523C86273702F1022626
Octal1227420647670574024646
Binary1010010111100100001101001111101110101111100000010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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