#523F89

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

Shades of Gigas #523F89

Tints of Gigas #523F89

Color information

#523F89 (or 0x523F89) is unknown color: approx Gigas. HEX triplet: 52, 3F and 89. RGB value is (82,63,137). Sum of RGB (Red+Green+Blue) = 82+63+137=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #523F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523F89 is #ADC076. Grayscale: #4C4C4C. Windows color (decimal): -11386999 or 8994642. OLE color: 8994642.

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

Color convert

RGB8263137-
CMYK0.400.5400.46
HSL255.41º37%39.22%-
HSV(B)255.41º54.01%53.73%-
XYZ9.777.1524.53-
YUV77.12161.79131.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=29.08%
G=22.34%
B=48.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82631370.400.5400.46255.413739.22
Hex523F89283602Eff2527
Octal1227721150660563774547
Binary101001011111110001001101000110110010111011111111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,63,137); }

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

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

 a { background-color: rgb(82,63,137); }

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

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

 span { border-color: rgb(82,63,137); }

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