#534178

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

Shades of Gigas #534178

Tints of Gigas #534178

Color information

#534178 (or 0x534178) is unknown color: approx Gigas. HEX triplet: 53, 41 and 78. RGB value is (83,65,120). Sum of RGB (Red+Green+Blue) = 83+65+120=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #534178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534178 is #ACBE87. Grayscale: #4C4C4C. Windows color (decimal): -11320968 or 7881043. OLE color: 7881043.

HSL color Cylindrical-coordinate representation of color #534178: hue angle of 259.64º 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 #534178 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8365120-
CMYK0.310.4600.53
HSL259.64º29.73%36.27%-
HSV(B)259.64º45.83%47.06%-
XYZ8.856.9818.65-
YUV76.65152.46132.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=30.97%
G=24.25%
B=44.78%

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
Decimal83651200.310.4600.53259.6429.7336.27
Hex5341781F2E0351041e24
Octal12310117037560654043644
Binary10100111000001111100011111101110011010110000010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534178; }

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

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

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

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

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

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

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

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