Html Css Color HEX #524084 Gigas

📋 copy color: '#524084'

red 82 ◦ green 64 ◦ blue 132

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

Shades of Gigas #524084

Tints of Gigas #524084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

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

R = 29.5%
G = 23.02%
B = 47.48%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524084 (or 0x524084) is known color: Gigas. HEX triplet: 52, 40 and 84. RGB value is (82,64,132). Sum of RGB (Red+Green+Blue) = 82+64+132=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #524084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524084 is #ADBF7B. Grayscale: #4C4C4C. Windows color (decimal): -11386748 or 8667218. OLE color: 8667218.

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

Color convert

RGB 82 64 132 -
CMYK 0.38 0.52 0 0.48
HSL 255.88º 0.35% 0.38% -
HSV(B) 255.88º 0.52% 0.52% -
XYZ 9.48 7.13 22.71 -
YUV 77.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 82 64 132 0.38 0.52 0 0.48 255.88 0.35 0.38
Hex 52 40 84 26 34 0 30 100 23 26
Octal 122 100 204 46 64 0 60 400 43 46
Binary 1010010 1000000 10000100 100110 110100 0 110000 100000000 100011 100110

Color Harmonies of #524084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524084

Black with #524084

Text Example


Text Example

White with #524084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524084; }

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

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

background-color css

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

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

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

border-color css

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

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

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