#534484

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

Shades of Gigas #534484

Tints of Gigas #534484

Color information

#534484 (or 0x534484) is unknown color: approx Gigas. HEX triplet: 53, 44 and 84. RGB value is (83,68,132). Sum of RGB (Red+Green+Blue) = 83+68+132=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #534484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534484 is #ACBB7B. Grayscale: #4F4F4F. Windows color (decimal): -11320188 or 8668243. OLE color: 8668243.

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

Color convert

RGB8368132-
CMYK0.370.4800.48
HSL254.06º32%39.22%-
HSV(B)254.06º48.48%51.76%-
XYZ9.87.6422.79-
YUV79.78157.47130.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=29.33%
G=24.03%
B=46.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83681320.370.4800.48254.063239.22
Hex5344842530030fe2027
Octal12310420445600603764047
Binary1010011100010010000100100101110000011000011111110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534484; }

 p { color: rgb(83,68,132); }

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

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

 a { background-color: rgb(83,68,132); }

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

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

 span { border-color: rgb(83,68,132); }

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