Html Css Color HEX #524478 Gigas

📋 copy color: '#524478'

red 82 ◦ green 68 ◦ blue 120

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

Shades of Gigas #524478

Tints of Gigas #524478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 30.37%
G = 25.19%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524478 (or 0x524478) is known color: Gigas. HEX triplet: 52, 44 and 78. RGB value is (82,68,120). Sum of RGB (Red+Green+Blue) = 82+68+120=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #524478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524478 is #ADBB87. Grayscale: #4D4D4D. Windows color (decimal): -11385736 or 7881810. OLE color: 7881810.

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

Color convert

RGB 82 68 120 -
CMYK 0.32 0.43 0 0.53
HSL 256.15º 0.28% 0.37% -
HSV(B) 256.15º 0.43% 0.47% -
XYZ 8.94 7.28 18.7 -
YUV 78.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 82 68 120 0.32 0.43 0 0.53 256.15 0.28 0.37
Hex 52 44 78 20 2B 0 35 100 1C 25
Octal 122 104 170 40 53 0 65 400 34 45
Binary 1010010 1000100 1111000 100000 101011 0 110101 100000000 11100 100101

Color Harmonies of #524478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524478

Black with #524478

Text Example


Text Example

White with #524478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524478; }

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

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

background-color css

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

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

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

border-color css

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

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

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