#523AAB

Color #523AAB Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #523AAB

Tints of Blue Gem #523AAB

Color information

#523AAB (or 0x523AAB) is unknown color: approx Blue Gem. HEX triplet: 52, 3A and AB. RGB value is (82,58,171). Sum of RGB (Red+Green+Blue) = 82+58+171=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #523AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523AAB is #ADC554. Grayscale: #4D4D4D. Windows color (decimal): -11388245 or 11221586. OLE color: 11221586.

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

Color convert

RGB8258171-
CMYK0.520.6600.33
HSL252.74º49.34%44.9%-
HSV(B)252.74º66.08%67.06%-
XYZ12.347.7639.38-
YUV78.06180.45130.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=26.37%
G=18.65%
B=54.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82581710.520.6600.33252.7449.3444.9
Hex523AAB3442021fd312d
Octal12272253641020413756155
Binary1010010111010101010111101001000010010000111111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #523AAB;
 }
 .AnyTagClassName
 {
   color: #523AAB;
 }
</style>
background-color css

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

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

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

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

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

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