#534284

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

Shades of Gigas #534284

Tints of Gigas #534284

Color information

#534284 (or 0x534284) is unknown color: approx Gigas. HEX triplet: 53, 42 and 84. RGB value is (83,66,132). Sum of RGB (Red+Green+Blue) = 83+66+132=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #534284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534284 is #ACBD7B. Grayscale: #4E4E4E. Windows color (decimal): -11320700 or 8667731. OLE color: 8667731.

HSL color Cylindrical-coordinate representation of color #534284: hue angle of 255.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534284 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8366132-
CMYK0.370.500.48
HSL255.45º33.33%38.82%-
HSV(B)255.45º50%51.76%-
XYZ9.687.422.75-
YUV78.61158.13131.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=29.54%
G=23.49%
B=46.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83661320.370.500.48255.4533.3338.82
Hex5342842532030ff2127
Octal12310220445620603774147
Binary1010011100001010000100100101110010011000011111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534284; }

 p { color: rgb(83,66,132); }

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

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

 a { background-color: rgb(83,66,132); }

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

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

 span { border-color: rgb(83,66,132); }

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