Html Css Color HEX #524AAE Rich Blue

📋 copy color: '#524AAE'

red 82 ◦ green 74 ◦ blue 174

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

Shades of Rich Blue #524AAE

Tints of Rich Blue #524AAE

RGB

 RED value IS 82 (32.42% from 255) = 24.85%

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 24.85%
G = 22.42%
B = 52.73%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#524AAE (or 0x524AAE) is known color: Rich Blue. HEX triplet: 52, 4A and AE. RGB value is (82,74,174). Sum of RGB (Red+Green+Blue) = 82+74+174=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #524AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524AAE is #ADB551. Grayscale: #575757. Windows color (decimal): -11384146 or 11422290. OLE color: 11422290.

HSL color Cylindrical-coordinate representation of color #524AAE: hue angle of 244.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524AAE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 74 174 -
CMYK 0.53 0.57 0 0.32
HSL 244.8º 0.4% 0.49% -
HSV(B) 244.8º 0.57% 0.68% -
XYZ 13.57 9.75 41.21 -
YUV 87.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 82 74 174 0.53 0.57 0 0.32 244.8 0.4 0.49
Hex 52 4A AE 35 39 0 20 F5 28 31
Octal 122 112 256 65 71 0 40 365 50 61
Binary 1010010 1001010 10101110 110101 111001 0 100000 11110101 101000 110001

Color Harmonies of #524AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AAE

Black with #524AAE

Text Example


Text Example

White with #524AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524AAE; }

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

 H1.HeaderClassName
 {
   color: #524AAE;
 }
 .AnyTagClassName
 {
   color: #524AAE;
 }
</style>

background-color css

<style>
 a { background-color: #524AAE; }

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

 div.DivClassName
 {
   background-color: #524AAE;
 }
 .BgClassName
 {
   background-color: #524AAE;
 }
</style>

border-color css

<style>
 span { border-color: #524AAE; }

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

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