#524483

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

Shades of Gigas #524483

Tints of Gigas #524483

Color information

#524483 (or 0x524483) is unknown color: approx Gigas. HEX triplet: 52, 44 and 83. RGB value is (82,68,131). Sum of RGB (Red+Green+Blue) = 82+68+131=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #524483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524483 is #ADBB7C. Grayscale: #4F4F4F. Windows color (decimal): -11385725 or 8602706. OLE color: 8602706.

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

Color convert

RGB8268131-
CMYK0.370.4800.49
HSL253.33º31.66%39.02%-
HSV(B)253.33º48.09%51.37%-
XYZ9.647.5722.42-
YUV79.37157.14129.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=29.18%
G=24.20%
B=46.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82681310.370.4800.49253.3331.6639.02
Hex5244832530031fd2027
Octal12210420345600613754047
Binary1010010100010010000011100101110000011000111111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524483; }

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

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

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

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

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

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

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

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