Html Css Color HEX #524BAC Rich Blue

📋 copy color: '#524BAC'

red 82 ◦ green 75 ◦ blue 172

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

Shades of Rich Blue #524BAC

Tints of Rich Blue #524BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

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

R = 24.92%
G = 22.8%
B = 52.28%

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

#524BAC (or 0x524BAC) is known color: Rich Blue. HEX triplet: 52, 4B and AC. RGB value is (82,75,172). Sum of RGB (Red+Green+Blue) = 82+75+172=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #524BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524BAC is #ADB453. Grayscale: #575757. Windows color (decimal): -11383892 or 11291474. OLE color: 11291474.

HSL color Cylindrical-coordinate representation of color #524BAC: hue angle of 244.33º 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 #524BAC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 75 172 -
CMYK 0.52 0.56 0 0.33
HSL 244.33º 0.39% 0.48% -
HSV(B) 244.33º 0.56% 0.67% -
XYZ 13.44 9.8 40.21 -
YUV 88.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 82 75 172 0.52 0.56 0 0.33 244.33 0.39 0.48
Hex 52 4B AC 34 38 0 21 F4 27 30
Octal 122 113 254 64 70 0 41 364 47 60
Binary 1010010 1001011 10101100 110100 111000 0 100001 11110100 100111 110000

Color Harmonies of #524BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524BAC

Black with #524BAC

Text Example


Text Example

White with #524BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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