#524082

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

Shades of Gigas #524082

Tints of Gigas #524082

Color information

#524082 (or 0x524082) is unknown color: approx Gigas. HEX triplet: 52, 40 and 82. RGB value is (82,64,130). Sum of RGB (Red+Green+Blue) = 82+64+130=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #524082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524082 is #ADBF7D. Grayscale: #4C4C4C. Windows color (decimal): -11386750 or 8536146. OLE color: 8536146.

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

Color convert

RGB8264130-
CMYK0.370.5100.49
HSL256.36º34.02%38.04%-
HSV(B)256.36º50.77%50.98%-
XYZ9.347.0721.99-
YUV76.91157.96131.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=29.71%
G=23.19%
B=47.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82641300.370.5100.49256.3634.0238.04
Hex52408225330311002226
Octal12210020245630614004246
Binary10100101000000100000101001011100110110001100000000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524082; }

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

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

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

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

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

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

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

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