Html Css Color HEX #523DAE Blue Gem

📋 copy color: '#523DAE'

red 82 ◦ green 61 ◦ blue 174

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

Shades of Blue Gem #523DAE

Tints of Blue Gem #523DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

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

R = 25.87%
G = 19.24%
B = 54.89%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#523DAE (or 0x523DAE) is known color: Blue Gem. HEX triplet: 52, 3D and AE. RGB value is (82,61,174). Sum of RGB (Red+Green+Blue) = 82+61+174=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #523DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DAE is #ADC251. Grayscale: #4F4F4F. Windows color (decimal): -11387474 or 11418962. OLE color: 11418962.

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

Color convert

RGB 82 61 174 -
CMYK 0.53 0.65 0 0.32
HSL 251.15º 0.48% 0.46% -
HSV(B) 251.15º 0.65% 0.68% -
XYZ 12.79 8.19 40.95 -
YUV 80.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 82 61 174 0.53 0.65 0 0.32 251.15 0.48 0.46
Hex 52 3D AE 35 41 0 20 FB 30 2E
Octal 122 75 256 65 101 0 40 373 60 56
Binary 1010010 111101 10101110 110101 1000001 0 100000 11111011 110000 101110

Color Harmonies of #523DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DAE

Black with #523DAE

Text Example


Text Example

White with #523DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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