#524481

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

Shades of Gigas #524481

Tints of Gigas #524481

Color information

#524481 (or 0x524481) is unknown color: approx Gigas. HEX triplet: 52, 44 and 81. RGB value is (82,68,129). Sum of RGB (Red+Green+Blue) = 82+68+129=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #524481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524481 is #ADBB7E. Grayscale: #4E4E4E. Windows color (decimal): -11385727 or 8471634. OLE color: 8471634.

HSL color Cylindrical-coordinate representation of color #524481: hue angle of 253.77º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #524481 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8268129-
CMYK0.360.4700.49
HSL253.77º30.96%38.63%-
HSV(B)253.77º47.29%50.59%-
XYZ9.517.5121.72-
YUV79.14156.14130.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 129 (50.78% from 255) = 46.24%
R=29.39%
G=24.37%
B=46.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82681290.360.4700.49253.7730.9638.63
Hex524481242F031fe1f27
Octal12210420144570613763747
Binary101001010001001000000110010010111101100011111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524481; }

 p { color: rgb(82,68,129); }

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

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

 a { background-color: rgb(82,68,129); }

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

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

 span { border-color: rgb(82,68,129); }

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