#523EA6

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

Shades of Blue Gem #523EA6

Tints of Blue Gem #523EA6

Color information

#523EA6 (or 0x523EA6) is unknown color: approx Blue Gem. HEX triplet: 52, 3E and A6. RGB value is (82,62,166). Sum of RGB (Red+Green+Blue) = 82+62+166=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #523EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EA6 is #ADC159. Grayscale: #4F4F4F. Windows color (decimal): -11387226 or 10894930. OLE color: 10894930.

HSL color Cylindrical-coordinate representation of color #523EA6: hue angle of 251.54º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523EA6 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8262166-
CMYK0.510.6300.35
HSL251.54º45.61%44.71%-
HSV(B)251.54º62.65%65.1%-
XYZ12.097.9936.98-
YUV79.84176.63129.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=26.45%
G=20%
B=53.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82621660.510.6300.35251.5445.6144.71
Hex523EA6333F023fc2e2d
Octal1227624663770433745655
Binary101001011111010100110110011111111010001111111100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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