Html Css Color HEX #523F89 Gigas

📋 copy color: '#523F89'

red 82 ◦ green 63 ◦ blue 137

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

Shades of Gigas #523F89

Tints of Gigas #523F89

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 29.08%
G = 22.34%
B = 48.58%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#523F89 (or 0x523F89) is known color: Gigas. HEX triplet: 52, 3F and 89. RGB value is (82,63,137). Sum of RGB (Red+Green+Blue) = 82+63+137=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #523F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523F89 is #ADC076. Grayscale: #4C4C4C. Windows color (decimal): -11386999 or 8994642. OLE color: 8994642.

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

Color convert

RGB 82 63 137 -
CMYK 0.40 0.54 0 0.46
HSL 255.41º 0.37% 0.39% -
HSV(B) 255.41º 0.54% 0.54% -
XYZ 9.77 7.15 24.53 -
YUV 77.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 82 63 137 0.40 0.54 0 0.46 255.41 0.37 0.39
Hex 52 3F 89 28 36 0 2E FF 25 27
Octal 122 77 211 50 66 0 56 377 45 47
Binary 1010010 111111 10001001 101000 110110 0 101110 11111111 100101 100111

Color Harmonies of #523F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523F89

Black with #523F89

Text Example


Text Example

White with #523F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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