#523EA3

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

Shades of Blue Gem #523EA3

Tints of Blue Gem #523EA3

Color information

#523EA3 (or 0x523EA3) is unknown color: approx Blue Gem. HEX triplet: 52, 3E and A3. RGB value is (82,62,163). Sum of RGB (Red+Green+Blue) = 82+62+163=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #523EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EA3 is #ADC15C. Grayscale: #4F4F4F. Windows color (decimal): -11387229 or 10698322. OLE color: 10698322.

HSL color Cylindrical-coordinate representation of color #523EA3: hue angle of 251.88º 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 #523EA3 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8262163-
CMYK0.500.6200.36
HSL251.88º44.89%44.12%-
HSV(B)251.88º61.96%63.92%-
XYZ11.817.8835.55-
YUV79.49175.13129.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 163 (64.06% from 255) = 53.09%
R=26.71%
G=20.20%
B=53.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82621630.500.6200.36251.8844.8944.12
Hex523EA3323E024fc2d2c
Octal1227624362760443745554
Binary101001011111010100011110010111110010010011111100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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