#523EA2

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

Shades of Blue Gem #523EA2

Tints of Blue Gem #523EA2

Color information

#523EA2 (or 0x523EA2) is unknown color: approx Blue Gem. HEX triplet: 52, 3E and A2. RGB value is (82,62,162). Sum of RGB (Red+Green+Blue) = 82+62+162=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #523EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EA2 is #ADC15D. Grayscale: #4F4F4F. Windows color (decimal): -11387230 or 10632786. OLE color: 10632786.

HSL color Cylindrical-coordinate representation of color #523EA2: hue angle of 252º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523EA2 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8262162-
CMYK0.490.6200.36
HSL252º44.64%43.92%-
HSV(B)252º61.73%63.53%-
XYZ11.727.8535.08-
YUV79.38174.63129.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 62 (24.61% from 255) = 20.26%
BLUE value IS 162 (63.67% from 255) = 52.94%
R=26.80%
G=20.26%
B=52.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82621620.490.6200.3625244.6443.92
Hex523EA2313E024fc2d2c
Octal1227624261760443745554
Binary101001011111010100010110001111110010010011111100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,62,162); }

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

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

 a { background-color: rgb(82,62,162); }

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

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

 span { border-color: rgb(82,62,162); }

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