#523DAE

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

Shades of Blue Gem #523DAE

Tints of Blue Gem #523DAE

Color information

#523DAE (or 0x523DAE) is unknown color: approx Blue Gem. HEX triplet: 52, 3D and AE. RGB value is (82,61,174). Sum of RGB (Red+Green+Blue) = 82+61+174=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #523DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DAE is #ADC251. Grayscale: #4F4F4F. Windows color (decimal): -11387474 or 11418962. OLE color: 11418962.

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

Color convert

RGB8261174-
CMYK0.530.6500.32
HSL251.15º48.09%46.08%-
HSV(B)251.15º64.94%68.24%-
XYZ12.798.1940.95-
YUV80.16180.96129.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=25.87%
G=19.24%
B=54.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82611740.530.6500.32251.1548.0946.08
Hex523DAE3541020fb302e
Octal12275256651010403736056
Binary1010010111101101011101101011000001010000011111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,174); }

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

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

 a { background-color: rgb(82,61,174); }

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

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

 span { border-color: rgb(82,61,174); }

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