Html Css Color HEX #524484 Gigas

📋 copy color: '#524484'

red 82 ◦ green 68 ◦ blue 132

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

Shades of Gigas #524484

Tints of Gigas #524484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 29.08%
G = 24.11%
B = 46.81%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524484 (or 0x524484) is known color: Gigas. HEX triplet: 52, 44 and 84. RGB value is (82,68,132). Sum of RGB (Red+Green+Blue) = 82+68+132=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #524484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524484 is #ADBB7B. Grayscale: #4F4F4F. Windows color (decimal): -11385724 or 8668242. OLE color: 8668242.

HSL color Cylindrical-coordinate representation of color #524484: hue angle of 253.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #524484 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 68 132 -
CMYK 0.38 0.48 0 0.48
HSL 253.13º 0.32% 0.39% -
HSV(B) 253.13º 0.48% 0.52% -
XYZ 9.71 7.59 22.78 -
YUV 79.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 82 68 132 0.38 0.48 0 0.48 253.13 0.32 0.39
Hex 52 44 84 26 30 0 30 FD 20 27
Octal 122 104 204 46 60 0 60 375 40 47
Binary 1010010 1000100 10000100 100110 110000 0 110000 11111101 100000 100111

Color Harmonies of #524484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524484

Black with #524484

Text Example


Text Example

White with #524484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524484; }

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

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

background-color css

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

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

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

border-color css

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

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

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