#534582

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

Shades of Gigas #534582

Tints of Gigas #534582

Color information

#534582 (or 0x534582) is unknown color: approx Gigas. HEX triplet: 53, 45 and 82. RGB value is (83,69,130). Sum of RGB (Red+Green+Blue) = 83+69+130=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #534582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534582 is #ACBA7D. Grayscale: #4F4F4F. Windows color (decimal): -11319934 or 8537427. OLE color: 8537427.

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

Color convert

RGB8369130-
CMYK0.360.4700.49
HSL253.77º30.65%39.02%-
HSV(B)253.77º46.92%50.98%-
XYZ9.727.7122.09-
YUV80.14156.14130.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=29.43%
G=24.47%
B=46.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83691300.360.4700.49253.7730.6539.02
Hex534582242F031fe1f27
Octal12310520244570613763747
Binary101001110001011000001010010010111101100011111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534582; }

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

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

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

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

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

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

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

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