#523BAD

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

Shades of Blue Gem #523BAD

Tints of Blue Gem #523BAD

Color information

#523BAD (or 0x523BAD) is unknown color: approx Blue Gem. HEX triplet: 52, 3B and AD. RGB value is (82,59,173). Sum of RGB (Red+Green+Blue) = 82+59+173=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #523BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523BAD is #ADC452. Grayscale: #4E4E4E. Windows color (decimal): -11387987 or 11352914. OLE color: 11352914.

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

Color convert

RGB8259173-
CMYK0.530.6600.32
HSL252.11º49.14%45.49%-
HSV(B)252.11º65.9%67.84%-
XYZ12.597.9440.4-
YUV78.87181.12130.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=26.11%
G=18.79%
B=55.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82591730.530.6600.32252.1149.1445.49
Hex523BAD3542020fc312d
Octal12273255651020403746155
Binary1010010111011101011011101011000010010000011111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,173); }

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

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

 a { background-color: rgb(82,59,173); }

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

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

 span { border-color: rgb(82,59,173); }

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