Html Css Color HEX #533F8A Gigas

📋 copy color: '#533F8A'

red 83 ◦ green 63 ◦ blue 138

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

Shades of Gigas #533F8A

Tints of Gigas #533F8A

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 29.23%
G = 22.18%
B = 48.59%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#533F8A (or 0x533F8A) is known color: Gigas. HEX triplet: 53, 3F and 8A. RGB value is (83,63,138). Sum of RGB (Red+Green+Blue) = 83+63+138=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #533F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F8A is #ACC075. Grayscale: #4D4D4D. Windows color (decimal): -11321462 or 9060179. OLE color: 9060179.

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

Color convert

RGB 83 63 138 -
CMYK 0.40 0.54 0 0.46
HSL 256º 0.37% 0.39% -
HSV(B) 256º 0.54% 0.54% -
XYZ 9.93 7.23 24.92 -
YUV 77.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 83 63 138 0.40 0.54 0 0.46 256 0.37 0.39
Hex 53 3F 8A 28 36 0 2E 100 25 27
Octal 123 77 212 50 66 0 56 400 45 47
Binary 1010011 111111 10001010 101000 110110 0 101110 100000000 100101 100111

Color Harmonies of #533F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F8A

Black with #533F8A

Text Example


Text Example

White with #533F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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