Html Css Color HEX #533F84 Gigas

📋 copy color: '#533F84'

red 83 ◦ green 63 ◦ blue 132

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

Shades of Gigas #533F84

Tints of Gigas #533F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.48%

R = 29.86%
G = 22.66%
B = 47.48%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#533F84 (or 0x533F84) is known color: Gigas. HEX triplet: 53, 3F and 84. RGB value is (83,63,132). Sum of RGB (Red+Green+Blue) = 83+63+132=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #533F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533F84 is #ACC07B. Grayscale: #4C4C4C. Windows color (decimal): -11321468 or 8666963. OLE color: 8666963.

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

Color convert

RGB 83 63 132 -
CMYK 0.37 0.52 0 0.48
HSL 257.39º 0.35% 0.38% -
HSV(B) 257.39º 0.52% 0.52% -
XYZ 9.51 7.06 22.69 -
YUV 76.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 83 63 132 0.37 0.52 0 0.48 257.39 0.35 0.38
Hex 53 3F 84 25 34 0 30 101 23 26
Octal 123 77 204 45 64 0 60 401 43 46
Binary 1010011 111111 10000100 100101 110100 0 110000 100000001 100011 100110

Color Harmonies of #533F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F84

Black with #533F84

Text Example


Text Example

White with #533F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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