#533E8B

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

Shades of Gigas #533E8B

Tints of Gigas #533E8B

Color information

#533E8B (or 0x533E8B) is unknown color: approx Gigas. HEX triplet: 53, 3E and 8B. RGB value is (83,62,139). Sum of RGB (Red+Green+Blue) = 83+62+139=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #533E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533E8B is #ACC174. Grayscale: #4C4C4C. Windows color (decimal): -11321717 or 9125459. OLE color: 9125459.

HSL color Cylindrical-coordinate representation of color #533E8B: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533E8B is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8362139-
CMYK0.400.5500.45
HSL256.36º38.31%39.41%-
HSV(B)256.36º55.4%54.51%-
XYZ9.957.1525.28-
YUV77.06162.96132.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=29.23%
G=21.83%
B=48.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83621390.400.5500.45256.3638.3139.41
Hex533E8B283702D1002627
Octal1237621350670554004647
Binary1010011111110100010111010001101110101101100000000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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