#533E83

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

Shades of Gigas #533E83

Tints of Gigas #533E83

Color information

#533E83 (or 0x533E83) is unknown color: approx Gigas. HEX triplet: 53, 3E and 83. RGB value is (83,62,131). Sum of RGB (Red+Green+Blue) = 83+62+131=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #533E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533E83 is #ACC17C. Grayscale: #4B4B4B. Windows color (decimal): -11321725 or 8601171. OLE color: 8601171.

HSL color Cylindrical-coordinate representation of color #533E83: hue angle of 258.26º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #533E83 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8362131-
CMYK0.370.5300.49
HSL258.26º35.75%37.84%-
HSV(B)258.26º52.67%51.37%-
XYZ9.396.9222.31-
YUV76.14158.96132.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=30.07%
G=22.46%
B=47.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83621310.370.5300.49258.2635.7537.84
Hex533E8325350311022426
Octal1237620345650614024446
Binary1010011111110100000111001011101010110001100000010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533E83; }

 p { color: rgb(83,62,131); }

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

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

 a { background-color: rgb(83,62,131); }

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

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

 span { border-color: rgb(83,62,131); }

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