#534382

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

Shades of Gigas #534382

Tints of Gigas #534382

Color information

#534382 (or 0x534382) is unknown color: approx Gigas. HEX triplet: 53, 43 and 82. RGB value is (83,67,130). Sum of RGB (Red+Green+Blue) = 83+67+130=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #534382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534382 is #ACBC7D. Grayscale: #4E4E4E. Windows color (decimal): -11320446 or 8536915. OLE color: 8536915.

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

Color convert

RGB8367130-
CMYK0.360.4800.49
HSL255.24º31.98%38.63%-
HSV(B)255.24º48.46%50.98%-
XYZ9.67.4722.05-
YUV78.97156.8130.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=29.64%
G=23.93%
B=46.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83671300.360.4800.49255.2431.9838.63
Hex5343822430031ff2027
Octal12310320244600613774047
Binary1010011100001110000010100100110000011000111111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534382; }

 p { color: rgb(83,67,130); }

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

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

 a { background-color: rgb(83,67,130); }

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

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

 span { border-color: rgb(83,67,130); }

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