Html Css Color HEX #524279 Gigas

📋 copy color: '#524279'

red 82 ◦ green 66 ◦ blue 121

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

Shades of Gigas #524279

Tints of Gigas #524279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 30.48%
G = 24.54%
B = 44.98%

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

#524279 (or 0x524279) is known color: Gigas. HEX triplet: 52, 42 and 79. RGB value is (82,66,121). Sum of RGB (Red+Green+Blue) = 82+66+121=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #524279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524279 is #ADBD86. Grayscale: #4C4C4C. Windows color (decimal): -11386247 or 7946834. OLE color: 7946834.

HSL color Cylindrical-coordinate representation of color #524279: hue angle of 257.45º 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 #524279 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 66 121 -
CMYK 0.32 0.45 0 0.53
HSL 257.45º 0.29% 0.37% -
HSV(B) 257.45º 0.45% 0.47% -
XYZ 8.88 7.07 18.99 -
YUV 77.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 82 66 121 0.32 0.45 0 0.53 257.45 0.29 0.37
Hex 52 42 79 20 2D 0 35 101 1D 25
Octal 122 102 171 40 55 0 65 401 35 45
Binary 1010010 1000010 1111001 100000 101101 0 110101 100000001 11101 100101

Color Harmonies of #524279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524279

Black with #524279

Text Example


Text Example

White with #524279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524279; }

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

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

background-color css

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

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

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

border-color css

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

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

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