Html Css Color HEX #523FAE Rich Blue

📋 copy color: '#523FAE'

red 82 ◦ green 63 ◦ blue 174

#523FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #523FAE

Tints of Rich Blue #523FAE

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 value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#523FAE (or 0x523FAE) is known color: 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

RGB 82 63 174 -
CMYK 0.53 0.64 0 0.32
HSL 250.27º 0.47% 0.46% -
HSV(B) 250.27º 0.64% 0.68% -
XYZ 12.9 8.4 40.99 -
YUV 81.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 82 63 174 0.53 0.64 0 0.32 250.27 0.47 0.46
Hex 52 3F AE 35 40 0 20 FA 2F 2E
Octal 122 77 256 65 100 0 40 372 57 56
Binary 1010010 111111 10101110 110101 1000000 0 100000 11111010 101111 101110

Color Harmonies of #523FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523FAE

Black with #523FAE

Text Example


Text Example

White with #523FAE

Text Example


Text Example

HTML Codes & Css Web 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>