Html Css Color HEX #523E9C Blue Gem

📋 copy color: '#523E9C'

red 82 ◦ green 62 ◦ blue 156

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

Shades of Blue Gem #523E9C

Tints of Blue Gem #523E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52%

R = 27.33%
G = 20.67%
B = 52%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#523E9C (or 0x523E9C) is known color: Blue Gem. HEX triplet: 52, 3E and 9C. RGB value is (82,62,156). Sum of RGB (Red+Green+Blue) = 82+62+156=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #523E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523E9C is #ADC163. Grayscale: #4E4E4E. Windows color (decimal): -11387236 or 10239570. OLE color: 10239570.

HSL color Cylindrical-coordinate representation of color #523E9C: hue angle of 252.77º 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 #523E9C is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 62 156 -
CMYK 0.47 0.60 0 0.39
HSL 252.77º 0.43% 0.43% -
HSV(B) 252.77º 0.6% 0.61% -
XYZ 11.2 7.64 32.34 -
YUV 78.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 82 62 156 0.47 0.60 0 0.39 252.77 0.43 0.43
Hex 52 3E 9C 2F 3C 0 27 FD 2B 2B
Octal 122 76 234 57 74 0 47 375 53 53
Binary 1010010 111110 10011100 101111 111100 0 100111 11111101 101011 101011

Color Harmonies of #523E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523E9C

Black with #523E9C

Text Example


Text Example

White with #523E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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