Html Css Color HEX #524381 Gigas

📋 copy color: '#524381'

red 82 ◦ green 67 ◦ blue 129

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

Shades of Gigas #524381

Tints of Gigas #524381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 29.5%
G = 24.1%
B = 46.4%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524381 (or 0x524381) is known color: Gigas. HEX triplet: 52, 43 and 81. RGB value is (82,67,129). Sum of RGB (Red+Green+Blue) = 82+67+129=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #524381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524381 is #ADBC7E. Grayscale: #4E4E4E. Windows color (decimal): -11385983 or 8471378. OLE color: 8471378.

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

Color convert

RGB 82 67 129 -
CMYK 0.36 0.48 0 0.49
HSL 254.52º 0.32% 0.38% -
HSV(B) 254.52º 0.48% 0.51% -
XYZ 9.45 7.39 21.7 -
YUV 78.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 82 67 129 0.36 0.48 0 0.49 254.52 0.32 0.38
Hex 52 43 81 24 30 0 31 FF 20 26
Octal 122 103 201 44 60 0 61 377 40 46
Binary 1010010 1000011 10000001 100100 110000 0 110001 11111111 100000 100110

Color Harmonies of #524381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524381

Black with #524381

Text Example


Text Example

White with #524381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524381; }

 p { color: rgb(82,67,129); }

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

background-color css

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

 a { background-color: rgb(82,67,129); }

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

border-color css

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

 span { border-color: rgb(82,67,129); }

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