Html Css Color HEX #523BAE Blue Gem

📋 copy color: '#523BAE'

red 82 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #523BAE

Tints of Blue Gem #523BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 26.03%
G = 18.73%
B = 55.24%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#523BAE (or 0x523BAE) is known color: Blue Gem. HEX triplet: 52, 3B and AE. RGB value is (82,59,174). Sum of RGB (Red+Green+Blue) = 82+59+174=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #523BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523BAE is #ADC451. Grayscale: #4E4E4E. Windows color (decimal): -11387986 or 11418450. OLE color: 11418450.

HSL color Cylindrical-coordinate representation of color #523BAE: hue angle of 252º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523BAE is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 59 174 -
CMYK 0.53 0.66 0 0.32
HSL 252º 0.49% 0.46% -
HSV(B) 252º 0.66% 0.68% -
XYZ 12.68 7.98 40.92 -
YUV 78.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 82 59 174 0.53 0.66 0 0.32 252 0.49 0.46
Hex 52 3B AE 35 42 0 20 FC 31 2E
Octal 122 73 256 65 102 0 40 374 61 56
Binary 1010010 111011 10101110 110101 1000010 0 100000 11111100 110001 101110

Color Harmonies of #523BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BAE

Black with #523BAE

Text Example


Text Example

White with #523BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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