#523EAE

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

Shades of Rich Blue #523EAE

Tints of Rich Blue #523EAE

Color information

#523EAE (or 0x523EAE) is unknown color: approx Rich Blue. HEX triplet: 52, 3E and AE. RGB value is (82,62,174). Sum of RGB (Red+Green+Blue) = 82+62+174=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #523EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EAE is #ADC151. Grayscale: #505050. Windows color (decimal): -11387218 or 11419218. OLE color: 11419218.

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

Color convert

RGB8262174-
CMYK0.530.6400.32
HSL250.71º47.46%46.27%-
HSV(B)250.71º64.37%68.24%-
XYZ12.848.340.97-
YUV80.75180.63128.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 62 (24.61% from 255) = 19.50%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=25.79%
G=19.50%
B=54.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82621740.530.6400.32250.7147.4646.27
Hex523EAE3540020fb2f2e
Octal12276256651000403735756
Binary1010010111110101011101101011000000010000011111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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