#534584

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

Shades of Gigas #534584

Tints of Gigas #534584

Color information

#534584 (or 0x534584) is unknown color: approx Gigas. HEX triplet: 53, 45 and 84. RGB value is (83,69,132). Sum of RGB (Red+Green+Blue) = 83+69+132=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #534584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534584 is #ACBA7B. Grayscale: #505050. Windows color (decimal): -11319932 or 8668499. OLE color: 8668499.

HSL color Cylindrical-coordinate representation of color #534584: hue angle of 253.33º degrees, saturation: 0.31, 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 #534584 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8369132-
CMYK0.370.4800.48
HSL253.33º31.34%39.41%-
HSV(B)253.33º47.73%51.76%-
XYZ9.867.7622.81-
YUV80.37157.14129.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=29.23%
G=24.30%
B=46.48%

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
Decimal83691320.370.4800.48253.3331.3439.41
Hex5345842530030fd1f27
Octal12310520445600603753747
Binary101001110001011000010010010111000001100001111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534584; }

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

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

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

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

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

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

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

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