Html Css Color HEX #523CAB Blue Gem

📋 copy color: '#523CAB'

red 82 ◦ green 60 ◦ blue 171

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

Shades of Blue Gem #523CAB

Tints of Blue Gem #523CAB

RGB

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

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

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

R = 26.2%
G = 19.17%
B = 54.63%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#523CAB (or 0x523CAB) is known color: Blue Gem. HEX triplet: 52, 3C and AB. RGB value is (82,60,171). Sum of RGB (Red+Green+Blue) = 82+60+171=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #523CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523CAB is #ADC354. Grayscale: #4E4E4E. Windows color (decimal): -11387733 or 11222098. OLE color: 11222098.

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

Color convert

RGB 82 60 171 -
CMYK 0.52 0.65 0 0.33
HSL 251.89º 0.48% 0.45% -
HSV(B) 251.89º 0.65% 0.67% -
XYZ 12.45 7.97 39.41 -
YUV 79.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 82 60 171 0.52 0.65 0 0.33 251.89 0.48 0.45
Hex 52 3C AB 34 41 0 21 FC 30 2D
Octal 122 74 253 64 101 0 41 374 60 55
Binary 1010010 111100 10101011 110100 1000001 0 100001 11111100 110000 101101

Color Harmonies of #523CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523CAB

Black with #523CAB

Text Example


Text Example

White with #523CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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