Html Css Color HEX #523BAC Blue Gem

📋 copy color: '#523BAC'

red 82 ◦ green 59 ◦ blue 172

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

Shades of Blue Gem #523BAC

Tints of Blue Gem #523BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

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

R = 26.2%
G = 18.85%
B = 54.95%

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

#523BAC (or 0x523BAC) is known color: Blue Gem. HEX triplet: 52, 3B and AC. RGB value is (82,59,172). Sum of RGB (Red+Green+Blue) = 82+59+172=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #523BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523BAC is #ADC453. Grayscale: #4E4E4E. Windows color (decimal): -11387988 or 11287378. OLE color: 11287378.

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

Color convert

RGB 82 59 172 -
CMYK 0.52 0.66 0 0.33
HSL 252.21º 0.49% 0.45% -
HSV(B) 252.21º 0.66% 0.67% -
XYZ 12.49 7.9 39.9 -
YUV 78.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 82 59 172 0.52 0.66 0 0.33 252.21 0.49 0.45
Hex 52 3B AC 34 42 0 21 FC 31 2D
Octal 122 73 254 64 102 0 41 374 61 55
Binary 1010010 111011 10101100 110100 1000010 0 100001 11111100 110001 101101

Color Harmonies of #523BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BAC

Black with #523BAC

Text Example


Text Example

White with #523BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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