#533F81

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

Shades of Gigas #533F81

Tints of Gigas #533F81

Color information

#533F81 (or 0x533F81) is unknown color: approx Gigas. HEX triplet: 53, 3F and 81. RGB value is (83,63,129). Sum of RGB (Red+Green+Blue) = 83+63+129=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #533F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F81 is #ACC07E. Grayscale: #4C4C4C. Windows color (decimal): -11321471 or 8470355. OLE color: 8470355.

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

Color convert

RGB8363129-
CMYK0.360.5100.49
HSL258.18º34.38%37.65%-
HSV(B)258.18º51.16%50.59%-
XYZ9.316.9821.63-
YUV76.5157.63132.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=30.18%
G=22.91%
B=46.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83631290.360.5100.49258.1834.3837.65
Hex533F8124330311022226
Octal1237720144630614024246
Binary1010011111111100000011001001100110110001100000010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,63,129); }

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

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

 a { background-color: rgb(83,63,129); }

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

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

 span { border-color: rgb(83,63,129); }

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