Html Css Color HEX #523B84 Gigas

📋 copy color: '#523B84'

red 82 ◦ green 59 ◦ blue 132

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

Shades of Gigas #523B84

Tints of Gigas #523B84

RGB

 RED value IS 82 (32.42% from 255) = 30.04%

 GREEN value IS 59 (23.44% from 255) = 21.61%

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

R = 30.04%
G = 21.61%
B = 48.35%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#523B84 (or 0x523B84) is known color: Gigas. HEX triplet: 52, 3B and 84. RGB value is (82,59,132). Sum of RGB (Red+Green+Blue) = 82+59+132=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #523B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523B84 is #ADC47B. Grayscale: #494949. Windows color (decimal): -11388028 or 8665938. OLE color: 8665938.

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

Color convert

RGB 82 59 132 -
CMYK 0.38 0.55 0 0.48
HSL 258.9º 0.38% 0.37% -
HSV(B) 258.9º 0.55% 0.52% -
XYZ 9.21 6.59 22.62 -
YUV 74.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 82 59 132 0.38 0.55 0 0.48 258.9 0.38 0.37
Hex 52 3B 84 26 37 0 30 103 26 25
Octal 122 73 204 46 67 0 60 403 46 45
Binary 1010010 111011 10000100 100110 110111 0 110000 100000011 100110 100101

Color Harmonies of #523B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B84

Black with #523B84

Text Example


Text Example

White with #523B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523B84; }

 p { color: rgb(82,59,132); }

 H1.HeaderClassName
 {
   color: #523B84;
 }
 .AnyTagClassName
 {
   color: #523B84;
 }
</style>

background-color css

<style>
 a { background-color: #523B84; }

 a { background-color: rgb(82,59,132); }

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

border-color css

<style>
 span { border-color: #523B84; }

 span { border-color: rgb(82,59,132); }

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