#534476

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

Shades of Gigas #534476

Tints of Gigas #534476

Color information

#534476 (or 0x534476) is unknown color: approx Gigas. HEX triplet: 53, 44 and 76. RGB value is (83,68,118). Sum of RGB (Red+Green+Blue) = 83+68+118=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #534476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534476 is #ACBB89. Grayscale: #4E4E4E. Windows color (decimal): -11320202 or 7750739. OLE color: 7750739.

HSL color Cylindrical-coordinate representation of color #534476: hue angle of 258º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534476 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8368118-
CMYK0.300.4200.54
HSL258º26.88%36.47%-
HSV(B)258º42.37%46.27%-
XYZ8.97.2818.08-
YUV78.18150.47131.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=30.86%
G=25.28%
B=43.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83681180.300.4200.5425826.8836.47
Hex5344761E2A0361021b24
Octal12310416636520664023344
Binary10100111000100111011011110101010011011010000001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534476; }

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

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

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

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

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

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

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

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