Html Css Color HEX #523AAC Blue Gem

📋 copy color: '#523AAC'

red 82 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #523AAC

Tints of Blue Gem #523AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 26.28%
G = 18.59%
B = 55.13%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#523AAC (or 0x523AAC) is known color: Blue Gem. HEX triplet: 52, 3A and AC. RGB value is (82,58,172). Sum of RGB (Red+Green+Blue) = 82+58+172=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #523AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523AAC is #ADC553. Grayscale: #4D4D4D. Windows color (decimal): -11388244 or 11287122. OLE color: 11287122.

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

Color convert

RGB 82 58 172 -
CMYK 0.52 0.66 0 0.33
HSL 252.63º 0.5% 0.45% -
HSV(B) 252.63º 0.66% 0.67% -
XYZ 12.44 7.8 39.88 -
YUV 78.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 82 58 172 0.52 0.66 0 0.33 252.63 0.5 0.45
Hex 52 3A AC 34 42 0 21 FD 32 2D
Octal 122 72 254 64 102 0 41 375 62 55
Binary 1010010 111010 10101100 110100 1000010 0 100001 11111101 110010 101101

Color Harmonies of #523AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523AAC

Black with #523AAC

Text Example


Text Example

White with #523AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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