Html Css Color HEX #533E89 Gigas

📋 copy color: '#533E89'

red 83 ◦ green 62 ◦ blue 137

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

Shades of Gigas #533E89

Tints of Gigas #533E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 29.43%
G = 21.99%
B = 48.58%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#533E89 (or 0x533E89) is known color: Gigas. HEX triplet: 53, 3E and 89. RGB value is (83,62,137). Sum of RGB (Red+Green+Blue) = 83+62+137=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #533E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533E89 is #ACC176. Grayscale: #4C4C4C. Windows color (decimal): -11321719 or 8994387. OLE color: 8994387.

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

Color convert

RGB 83 62 137 -
CMYK 0.39 0.55 0 0.46
HSL 256.8º 0.38% 0.39% -
HSV(B) 256.8º 0.55% 0.54% -
XYZ 9.81 7.09 24.52 -
YUV 76.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 83 62 137 0.39 0.55 0 0.46 256.8 0.38 0.39
Hex 53 3E 89 27 37 0 2E 101 26 27
Octal 123 76 211 47 67 0 56 401 46 47
Binary 1010011 111110 10001001 100111 110111 0 101110 100000001 100110 100111

Color Harmonies of #533E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E89

Black with #533E89

Text Example


Text Example

White with #533E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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