Html Css Color HEX #524189 Gigas

📋 copy color: '#524189'

red 82 ◦ green 65 ◦ blue 137

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

Shades of Gigas #524189

Tints of Gigas #524189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 28.87%
G = 22.89%
B = 48.24%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#524189 (or 0x524189) is known color: Gigas. HEX triplet: 52, 41 and 89. RGB value is (82,65,137). Sum of RGB (Red+Green+Blue) = 82+65+137=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #524189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524189 is #ADBE76. Grayscale: #4E4E4E. Windows color (decimal): -11386487 or 8995154. OLE color: 8995154.

HSL color Cylindrical-coordinate representation of color #524189: hue angle of 254.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #524189 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 65 137 -
CMYK 0.40 0.53 0 0.46
HSL 254.17º 0.36% 0.4% -
HSV(B) 254.17º 0.53% 0.54% -
XYZ 9.89 7.38 24.57 -
YUV 78.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 82 65 137 0.40 0.53 0 0.46 254.17 0.36 0.4
Hex 52 41 89 28 35 0 2E FE 24 28
Octal 122 101 211 50 65 0 56 376 44 50
Binary 1010010 1000001 10001001 101000 110101 0 101110 11111110 100100 101000

Color Harmonies of #524189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524189

Black with #524189

Text Example


Text Example

White with #524189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524189; }

 p { color: rgb(82,65,137); }

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

background-color css

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

 a { background-color: rgb(82,65,137); }

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

border-color css

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

 span { border-color: rgb(82,65,137); }

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