Html Css Color HEX #533E83 Gigas

📋 copy color: '#533E83'

red 83 ◦ green 62 ◦ blue 131

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

Shades of Gigas #533E83

Tints of Gigas #533E83

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 value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533E83 (or 0x533E83) is known color: 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

RGB 83 62 131 -
CMYK 0.37 0.53 0 0.49
HSL 258.26º 0.36% 0.38% -
HSV(B) 258.26º 0.53% 0.51% -
XYZ 9.39 6.92 22.31 -
YUV 76.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 83 62 131 0.37 0.53 0 0.49 258.26 0.36 0.38
Hex 53 3E 83 25 35 0 31 102 24 26
Octal 123 76 203 45 65 0 61 402 44 46
Binary 1010011 111110 10000011 100101 110101 0 110001 100000010 100100 100110

Color Harmonies of #533E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E83

Black with #533E83

Text Example


Text Example

White with #533E83

Text Example


Text Example

HTML Codes & Css Web 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>