#533D86

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

Shades of Gigas #533D86

Tints of Gigas #533D86

Color information

#533D86 (or 0x533D86) is unknown color: approx Gigas. HEX triplet: 53, 3D and 86. RGB value is (83,61,134). Sum of RGB (Red+Green+Blue) = 83+61+134=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #533D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533D86 is #ACC279. Grayscale: #4B4B4B. Windows color (decimal): -11321978 or 8797523. OLE color: 8797523.

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

Color convert

RGB8361134-
CMYK0.380.5400.47
HSL258.08º37.44%38.24%-
HSV(B)258.08º54.48%52.55%-
XYZ9.546.923.38-
YUV75.9160.79133.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=29.86%
G=21.94%
B=48.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83611340.380.5400.47258.0837.4438.24
Hex533D86263602F1022526
Octal1237520646660574024546
Binary1010011111101100001101001101101100101111100000010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,134); }

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

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

 a { background-color: rgb(83,61,134); }

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

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

 span { border-color: rgb(83,61,134); }

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