#524582

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

Shades of Gigas #524582

Tints of Gigas #524582

Color information

#524582 (or 0x524582) is unknown color: approx Gigas. HEX triplet: 52, 45 and 82. RGB value is (82,69,130). Sum of RGB (Red+Green+Blue) = 82+69+130=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #524582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524582 is #ADBA7D. Grayscale: #4F4F4F. Windows color (decimal): -11385470 or 8537426. OLE color: 8537426.

HSL color Cylindrical-coordinate representation of color #524582: hue angle of 252.79º 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 #524582 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8269130-
CMYK0.370.4700.49
HSL252.79º30.65%39.02%-
HSV(B)252.79º46.92%50.98%-
XYZ9.647.6622.09-
YUV79.84156.31129.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=29.18%
G=24.56%
B=46.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82691300.370.4700.49252.7930.6539.02
Hex524582252F031fd1f27
Octal12210520245570613753747
Binary101001010001011000001010010110111101100011111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524582; }

 p { color: rgb(82,69,130); }

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

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

 a { background-color: rgb(82,69,130); }

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

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

 span { border-color: rgb(82,69,130); }

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