Html Css Color HEX #524379 Gigas

📋 copy color: '#524379'

red 82 ◦ green 67 ◦ blue 121

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

Shades of Gigas #524379

Tints of Gigas #524379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 30.37%
G = 24.81%
B = 44.81%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524379 (or 0x524379) is known color: Gigas. HEX triplet: 52, 43 and 79. RGB value is (82,67,121). Sum of RGB (Red+Green+Blue) = 82+67+121=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #524379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524379 is #ADBC86. Grayscale: #4D4D4D. Windows color (decimal): -11385991 or 7947090. OLE color: 7947090.

HSL color Cylindrical-coordinate representation of color #524379: hue angle of 256.67º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #524379 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 67 121 -
CMYK 0.32 0.45 0 0.53
HSL 256.67º 0.29% 0.37% -
HSV(B) 256.67º 0.45% 0.47% -
XYZ 8.94 7.19 19.01 -
YUV 77.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 82 67 121 0.32 0.45 0 0.53 256.67 0.29 0.37
Hex 52 43 79 20 2D 0 35 101 1D 25
Octal 122 103 171 40 55 0 65 401 35 45
Binary 1010010 1000011 1111001 100000 101101 0 110101 100000001 11101 100101

Color Harmonies of #524379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524379

Black with #524379

Text Example


Text Example

White with #524379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524379; }

 p { color: rgb(82,67,121); }

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

background-color css

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

 a { background-color: rgb(82,67,121); }

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

border-color css

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

 span { border-color: rgb(82,67,121); }

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