Html Css Color HEX #523C89 Blue Gem

📋 copy color: '#523C89'

red 82 ◦ green 60 ◦ blue 137

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

Shades of Blue Gem #523C89

Tints of Blue Gem #523C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

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

R = 29.39%
G = 21.51%
B = 49.1%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#523C89 (or 0x523C89) is known color: Blue Gem. HEX triplet: 52, 3C and 89. RGB value is (82,60,137). Sum of RGB (Red+Green+Blue) = 82+60+137=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #523C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523C89 is #ADC376. Grayscale: #4B4B4B. Windows color (decimal): -11387767 or 8993874. OLE color: 8993874.

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

Color convert

RGB 82 60 137 -
CMYK 0.40 0.56 0 0.46
HSL 257.14º 0.39% 0.39% -
HSV(B) 257.14º 0.56% 0.54% -
XYZ 9.61 6.83 24.48 -
YUV 75.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 82 60 137 0.40 0.56 0 0.46 257.14 0.39 0.39
Hex 52 3C 89 28 38 0 2E 101 27 27
Octal 122 74 211 50 70 0 56 401 47 47
Binary 1010010 111100 10001001 101000 111000 0 101110 100000001 100111 100111

Color Harmonies of #523C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C89

Black with #523C89

Text Example


Text Example

White with #523C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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