#523AAE

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

Shades of Blue Gem #523AAE

Tints of Blue Gem #523AAE

Color information

#523AAE (or 0x523AAE) is unknown color: approx Blue Gem. HEX triplet: 52, 3A and AE. RGB value is (82,58,174). Sum of RGB (Red+Green+Blue) = 82+58+174=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #523AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523AAE is #ADC551. Grayscale: #4D4D4D. Windows color (decimal): -11388242 or 11418194. OLE color: 11418194.

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

Color convert

RGB8258174-
CMYK0.530.6700.32
HSL252.41º50%45.49%-
HSV(B)252.41º66.67%68.24%-
XYZ12.637.8840.9-
YUV78.4181.95130.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=26.11%
G=18.47%
B=55.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82581740.530.6700.32252.415045.49
Hex523AAE3543020fc322d
Octal12272256651030403746255
Binary1010010111010101011101101011000011010000011111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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