#534486

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

Shades of Gigas #534486

Tints of Gigas #534486

Color information

#534486 (or 0x534486) is unknown color: approx Gigas. HEX triplet: 53, 44 and 86. RGB value is (83,68,134). Sum of RGB (Red+Green+Blue) = 83+68+134=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #534486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534486 is #ACBB79. Grayscale: #4F4F4F. Windows color (decimal): -11320186 or 8799315. OLE color: 8799315.

HSL color Cylindrical-coordinate representation of color #534486: hue angle of 253.64º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534486 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8368134-
CMYK0.380.4900.47
HSL253.64º32.67%39.61%-
HSV(B)253.64º49.25%52.55%-
XYZ9.947.6923.52-
YUV80.01158.47130.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=29.12%
G=23.86%
B=47.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83681340.380.4900.47253.6432.6739.61
Hex534486263102Ffe2128
Octal12310420646610573764150
Binary1010011100010010000110100110110001010111111111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534486; }

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

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

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

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

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

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

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

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