Html Css Color HEX #533E80 Gigas

📋 copy color: '#533E80'

red 83 ◦ green 62 ◦ blue 128

#533E80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #533E80

Tints of Gigas #533E80

RGB

 RED value IS 83 (32.81% from 255) = 30.4%

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 30.4%
G = 22.71%
B = 46.89%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#533E80 (or 0x533E80) is known color: Gigas. HEX triplet: 53, 3E and 80. RGB value is (83,62,128). Sum of RGB (Red+Green+Blue) = 83+62+128=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #533E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533E80 is #ACC17F. Grayscale: #4B4B4B. Windows color (decimal): -11321728 or 8404563. OLE color: 8404563.

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

Color convert

RGB 83 62 128 -
CMYK 0.35 0.52 0 0.50
HSL 259.09º 0.35% 0.37% -
HSV(B) 259.09º 0.52% 0.5% -
XYZ 9.19 6.84 21.26 -
YUV 75.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 83 62 128 0.35 0.52 0 0.50 259.09 0.35 0.37
Hex 53 3E 80 23 34 0 32 103 23 25
Octal 123 76 200 43 64 0 62 403 43 45
Binary 1010011 111110 10000000 100011 110100 0 110010 100000011 100011 100101

Color Harmonies of #533E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E80

Black with #533E80

Text Example


Text Example

White with #533E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #533E80;
 }
 .AnyTagClassName
 {
   color: #533E80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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