Html Css Color HEX #524AAA Rich Blue

📋 copy color: '#524AAA'

red 82 ◦ green 74 ◦ blue 170

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

Shades of Rich Blue #524AAA

Tints of Rich Blue #524AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 25.15%
G = 22.7%
B = 52.15%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#524AAA (or 0x524AAA) is known color: Rich Blue. HEX triplet: 52, 4A and AA. RGB value is (82,74,170). Sum of RGB (Red+Green+Blue) = 82+74+170=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #524AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524AAA is #ADB555. Grayscale: #565656. Windows color (decimal): -11384150 or 11160146. OLE color: 11160146.

HSL color Cylindrical-coordinate representation of color #524AAA: hue angle of 245º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524AAA is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 74 170 -
CMYK 0.52 0.56 0 0.33
HSL 245º 0.39% 0.48% -
HSV(B) 245º 0.56% 0.67% -
XYZ 13.18 9.59 39.19 -
YUV 87.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 82 74 170 0.52 0.56 0 0.33 245 0.39 0.48
Hex 52 4A AA 34 38 0 21 F5 27 30
Octal 122 112 252 64 70 0 41 365 47 60
Binary 1010010 1001010 10101010 110100 111000 0 100001 11110101 100111 110000

Color Harmonies of #524AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AAA

Black with #524AAA

Text Example


Text Example

White with #524AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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