Html Css Color HEX #523EAB Blue Gem

📋 copy color: '#523EAB'

red 82 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #523EAB

Tints of Blue Gem #523EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 26.03%
G = 19.68%
B = 54.29%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#523EAB (or 0x523EAB) is known color: Blue Gem. HEX triplet: 52, 3E and AB. RGB value is (82,62,171). Sum of RGB (Red+Green+Blue) = 82+62+171=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #523EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EAB is #ADC154. Grayscale: #4F4F4F. Windows color (decimal): -11387221 or 11222610. OLE color: 11222610.

HSL color Cylindrical-coordinate representation of color #523EAB: hue angle of 251.01º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #523EAB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 62 171 -
CMYK 0.52 0.64 0 0.33
HSL 251.01º 0.47% 0.46% -
HSV(B) 251.01º 0.64% 0.67% -
XYZ 12.55 8.18 39.45 -
YUV 80.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 82 62 171 0.52 0.64 0 0.33 251.01 0.47 0.46
Hex 52 3E AB 34 40 0 21 FB 2F 2E
Octal 122 76 253 64 100 0 41 373 57 56
Binary 1010010 111110 10101011 110100 1000000 0 100001 11111011 101111 101110

Color Harmonies of #523EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523EAB

Black with #523EAB

Text Example


Text Example

White with #523EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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