#534478

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

Shades of Gigas #534478

Tints of Gigas #534478

Color information

#534478 (or 0x534478) is unknown color: approx Gigas. HEX triplet: 53, 44 and 78. RGB value is (83,68,120). Sum of RGB (Red+Green+Blue) = 83+68+120=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #534478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534478 is #ACBB87. Grayscale: #4E4E4E. Windows color (decimal): -11320200 or 7881811. OLE color: 7881811.

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

Color convert

RGB8368120-
CMYK0.310.4300.53
HSL257.31º27.66%36.86%-
HSV(B)257.31º43.33%47.06%-
XYZ9.027.3318.71-
YUV78.41151.47131.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=30.63%
G=25.09%
B=44.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83681200.310.4300.53257.3127.6636.86
Hex5344781F2B0351011c25
Octal12310417037530654013445
Binary10100111000100111100011111101011011010110000000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534478; }

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

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

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

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

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

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

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

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