Html Css Color HEX #523E8D Blue Gem

📋 copy color: '#523E8D'

red 82 ◦ green 62 ◦ blue 141

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

Shades of Blue Gem #523E8D

Tints of Blue Gem #523E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 28.77%
G = 21.75%
B = 49.47%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#523E8D (or 0x523E8D) is known color: Blue Gem. HEX triplet: 52, 3E and 8D. RGB value is (82,62,141). Sum of RGB (Red+Green+Blue) = 82+62+141=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #523E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523E8D is #ADC172. Grayscale: #4C4C4C. Windows color (decimal): -11387251 or 9256530. OLE color: 9256530.

HSL color Cylindrical-coordinate representation of color #523E8D: hue angle of 255.19º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523E8D is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 62 141 -
CMYK 0.42 0.56 0 0.45
HSL 255.19º 0.39% 0.4% -
HSV(B) 255.19º 0.56% 0.55% -
XYZ 10.01 7.16 26.05 -
YUV 76.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 82 62 141 0.42 0.56 0 0.45 255.19 0.39 0.4
Hex 52 3E 8D 2A 38 0 2D FF 27 28
Octal 122 76 215 52 70 0 55 377 47 50
Binary 1010010 111110 10001101 101010 111000 0 101101 11111111 100111 101000

Color Harmonies of #523E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E8D

Black with #523E8D

Text Example


Text Example

White with #523E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,62,141); }

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

background-color css

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

 a { background-color: rgb(82,62,141); }

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

border-color css

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

 span { border-color: rgb(82,62,141); }

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