#534179

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

Shades of Gigas #534179

Tints of Gigas #534179

Color information

#534179 (or 0x534179) is unknown color: approx Gigas. HEX triplet: 53, 41 and 79. RGB value is (83,65,121). Sum of RGB (Red+Green+Blue) = 83+65+121=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #534179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534179 is #ACBE86. Grayscale: #4C4C4C. Windows color (decimal): -11320967 or 7946579. OLE color: 7946579.

HSL color Cylindrical-coordinate representation of color #534179: hue angle of 259.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534179 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8365121-
CMYK0.310.4600.53
HSL259.29º30.11%36.47%-
HSV(B)259.29º46.28%47.45%-
XYZ8.91718.97-
YUV76.77152.96132.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=30.86%
G=24.16%
B=44.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83651210.310.4600.53259.2930.1136.47
Hex5341791F2E0351031e24
Octal12310117137560654033644
Binary10100111000001111100111111101110011010110000001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534179; }

 p { color: rgb(83,65,121); }

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

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

 a { background-color: rgb(83,65,121); }

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

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

 span { border-color: rgb(83,65,121); }

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