Html Css Color HEX #523E9B Blue Gem

📋 copy color: '#523E9B'

red 82 ◦ green 62 ◦ blue 155

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

Shades of Blue Gem #523E9B

Tints of Blue Gem #523E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 27.42%
G = 20.74%
B = 51.84%

CMYK

 C value IS 0.47

 M value IS 0.6

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#523E9B (or 0x523E9B) is known color: Blue Gem. HEX triplet: 52, 3E and 9B. RGB value is (82,62,155). Sum of RGB (Red+Green+Blue) = 82+62+155=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #523E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523E9B is #ADC164. Grayscale: #4E4E4E. Windows color (decimal): -11387237 or 10174034. OLE color: 10174034.

HSL color Cylindrical-coordinate representation of color #523E9B: hue angle of 252.9º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523E9B is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 62 155 -
CMYK 0.47 0.6 0 0.39
HSL 252.9º 0.43% 0.43% -
HSV(B) 252.9º 0.6% 0.61% -
XYZ 11.12 7.61 31.89 -
YUV 78.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 82 62 155 0.47 0.6 0 0.39 252.9 0.43 0.43
Hex 52 3E 9B 2F 3C 0 27 FD 2B 2B
Octal 122 76 233 57 74 0 47 375 53 53
Binary 1010010 111110 10011011 101111 111100 0 100111 11111101 101011 101011

Color Harmonies of #523E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E9B

Black with #523E9B

Text Example


Text Example

White with #523E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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