Html Css Color HEX #524479 Gigas

📋 copy color: '#524479'

red 82 ◦ green 68 ◦ blue 121

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

Shades of Gigas #524479

Tints of Gigas #524479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

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

R = 30.26%
G = 25.09%
B = 44.65%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524479 (or 0x524479) is known color: Gigas. HEX triplet: 52, 44 and 79. RGB value is (82,68,121). Sum of RGB (Red+Green+Blue) = 82+68+121=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #524479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524479 is #ADBB86. Grayscale: #4E4E4E. Windows color (decimal): -11385735 or 7947346. OLE color: 7947346.

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

Color convert

RGB 82 68 121 -
CMYK 0.32 0.44 0 0.53
HSL 255.85º 0.28% 0.37% -
HSV(B) 255.85º 0.44% 0.47% -
XYZ 9 7.31 19.03 -
YUV 78.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 82 68 121 0.32 0.44 0 0.53 255.85 0.28 0.37
Hex 52 44 79 20 2C 0 35 100 1C 25
Octal 122 104 171 40 54 0 65 400 34 45
Binary 1010010 1000100 1111001 100000 101100 0 110101 100000000 11100 100101

Color Harmonies of #524479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524479

Black with #524479

Text Example


Text Example

White with #524479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524479; }

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

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

background-color css

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

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

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

border-color css

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

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

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