Html Css Color HEX #523C80 Gigas

📋 copy color: '#523C80'

red 82 ◦ green 60 ◦ blue 128

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

Shades of Gigas #523C80

Tints of Gigas #523C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 30.37%
G = 22.22%
B = 47.41%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#523C80 (or 0x523C80) is known color: Gigas. HEX triplet: 52, 3C and 80. RGB value is (82,60,128). Sum of RGB (Red+Green+Blue) = 82+60+128=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #523C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C80 is #ADC37F. Grayscale: #4A4A4A. Windows color (decimal): -11387776 or 8404050. OLE color: 8404050.

HSL color Cylindrical-coordinate representation of color #523C80: hue angle of 259.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #523C80 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 60 128 -
CMYK 0.36 0.53 0 0.50
HSL 259.41º 0.36% 0.37% -
HSV(B) 259.41º 0.53% 0.5% -
XYZ 8.99 6.58 21.22 -
YUV 74.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 82 60 128 0.36 0.53 0 0.50 259.41 0.36 0.37
Hex 52 3C 80 24 35 0 32 103 24 25
Octal 122 74 200 44 65 0 62 403 44 45
Binary 1010010 111100 10000000 100100 110101 0 110010 100000011 100100 100101

Color Harmonies of #523C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C80

Black with #523C80

Text Example


Text Example

White with #523C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,128); }

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

background-color css

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

 a { background-color: rgb(82,60,128); }

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

border-color css

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

 span { border-color: rgb(82,60,128); }

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