#523FAE

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

Shades of Rich Blue #523FAE

Tints of Rich Blue #523FAE

Color information

#523FAE (or 0x523FAE) is unknown color: approx Rich Blue. HEX triplet: 52, 3F and AE. RGB value is (82,63,174). Sum of RGB (Red+Green+Blue) = 82+63+174=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #523FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523FAE is #ADC051. Grayscale: #505050. Windows color (decimal): -11386962 or 11419474. OLE color: 11419474.

HSL color Cylindrical-coordinate representation of color #523FAE: hue angle of 250.27º 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 #523FAE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8263174-
CMYK0.530.6400.32
HSL250.27º46.84%46.47%-
HSV(B)250.27º63.79%68.24%-
XYZ12.98.440.99-
YUV81.33180.29128.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=25.71%
G=19.75%
B=54.55%

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
Decimal82631740.530.6400.32250.2746.8446.47
Hex523FAE3540020fa2f2e
Octal12277256651000403725756
Binary1010010111111101011101101011000000010000011111010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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