#523EAB

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

Shades of Blue Gem #523EAB

Tints of Blue Gem #523EAB

Color information

#523EAB (or 0x523EAB) is unknown color: approx Blue Gem. HEX triplet: 52, 3E and AB. RGB value is (82,62,171). Sum of RGB (Red+Green+Blue) = 82+62+171=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #523EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EAB is #ADC154. Grayscale: #4F4F4F. Windows color (decimal): -11387221 or 11222610. OLE color: 11222610.

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

Color convert

RGB8262171-
CMYK0.520.6400.33
HSL251.01º46.78%45.69%-
HSV(B)251.01º63.74%67.06%-
XYZ12.558.1839.45-
YUV80.41179.13129.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=26.03%
G=19.68%
B=54.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82621710.520.6400.33251.0146.7845.69
Hex523EAB3440021fb2f2e
Octal12276253641000413735756
Binary1010010111110101010111101001000000010000111111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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