#523F7A

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

Shades of Gigas #523F7A

Tints of Gigas #523F7A

Color information

#523F7A (or 0x523F7A) is unknown color: approx Gigas. HEX triplet: 52, 3F and 7A. RGB value is (82,63,122). Sum of RGB (Red+Green+Blue) = 82+63+122=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #523F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F7A is #ADC085. Grayscale: #4B4B4B. Windows color (decimal): -11387014 or 8011602. OLE color: 8011602.

HSL color Cylindrical-coordinate representation of color #523F7A: hue angle of 259.32º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #523F7A is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8263122-
CMYK0.330.4800.52
HSL259.32º31.89%36.27%-
HSV(B)259.32º48.36%47.84%-
XYZ8.776.7519.25-
YUV75.41154.29132.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=30.71%
G=23.60%
B=45.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82631220.330.4800.52259.3231.8936.27
Hex523F7A21300341032024
Octal1227717241600644034044
Binary101001011111111110101000011100000110100100000011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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