Html Css Color HEX #524AAC Rich Blue

📋 copy color: '#524AAC'

red 82 ◦ green 74 ◦ blue 172

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

Shades of Rich Blue #524AAC

Tints of Rich Blue #524AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 25%
G = 22.56%
B = 52.44%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#524AAC (or 0x524AAC) is known color: Rich Blue. HEX triplet: 52, 4A and AC. RGB value is (82,74,172). Sum of RGB (Red+Green+Blue) = 82+74+172=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #524AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524AAC is #ADB553. Grayscale: #575757. Windows color (decimal): -11384148 or 11291218. OLE color: 11291218.

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

Color convert

RGB 82 74 172 -
CMYK 0.52 0.57 0 0.33
HSL 244.9º 0.4% 0.48% -
HSV(B) 244.9º 0.57% 0.67% -
XYZ 13.37 9.67 40.19 -
YUV 87.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 82 74 172 0.52 0.57 0 0.33 244.9 0.4 0.48
Hex 52 4A AC 34 39 0 21 F5 28 30
Octal 122 112 254 64 71 0 41 365 50 60
Binary 1010010 1001010 10101100 110100 111001 0 100001 11110101 101000 110000

Color Harmonies of #524AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AAC

Black with #524AAC

Text Example


Text Example

White with #524AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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