Html Css Color HEX #523CAC Blue Gem

📋 copy color: '#523CAC'

red 82 ◦ green 60 ◦ blue 172

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

Shades of Blue Gem #523CAC

Tints of Blue Gem #523CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 26.11%
G = 19.11%
B = 54.78%

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

#523CAC (or 0x523CAC) is known color: Blue Gem. HEX triplet: 52, 3C and AC. RGB value is (82,60,172). Sum of RGB (Red+Green+Blue) = 82+60+172=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #523CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523CAC is #ADC353. Grayscale: #4E4E4E. Windows color (decimal): -11387732 or 11287634. OLE color: 11287634.

HSL color Cylindrical-coordinate representation of color #523CAC: hue angle of 251.79º 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 #523CAC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 60 172 -
CMYK 0.52 0.65 0 0.33
HSL 251.79º 0.48% 0.45% -
HSV(B) 251.79º 0.65% 0.67% -
XYZ 12.54 8 39.91 -
YUV 79.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 82 60 172 0.52 0.65 0 0.33 251.79 0.48 0.45
Hex 52 3C AC 34 41 0 21 FC 30 2D
Octal 122 74 254 64 101 0 41 374 60 55
Binary 1010010 111100 10101100 110100 1000001 0 100001 11111100 110000 101101

Color Harmonies of #523CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523CAC

Black with #523CAC

Text Example


Text Example

White with #523CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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