Html Css Color HEX #523DAA Blue Gem

📋 copy color: '#523DAA'

red 82 ◦ green 61 ◦ blue 170

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

Shades of Blue Gem #523DAA

Tints of Blue Gem #523DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 26.2%
G = 19.49%
B = 54.31%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#523DAA (or 0x523DAA) is known color: Blue Gem. HEX triplet: 52, 3D and AA. RGB value is (82,61,170). Sum of RGB (Red+Green+Blue) = 82+61+170=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #523DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DAA is #ADC255. Grayscale: #4F4F4F. Windows color (decimal): -11387478 or 11156818. OLE color: 11156818.

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

Color convert

RGB 82 61 170 -
CMYK 0.52 0.64 0 0.33
HSL 251.56º 0.47% 0.45% -
HSV(B) 251.56º 0.64% 0.67% -
XYZ 12.4 8.03 38.93 -
YUV 79.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 82 61 170 0.52 0.64 0 0.33 251.56 0.47 0.45
Hex 52 3D AA 34 40 0 21 FC 2F 2D
Octal 122 75 252 64 100 0 41 374 57 55
Binary 1010010 111101 10101010 110100 1000000 0 100001 11111100 101111 101101

Color Harmonies of #523DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DAA

Black with #523DAA

Text Example


Text Example

White with #523DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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