Html Css Color HEX #524FAA Rich Blue

📋 copy color: '#524FAA'

red 82 ◦ green 79 ◦ blue 170

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

Shades of Rich Blue #524FAA

Tints of Rich Blue #524FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

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

R = 24.77%
G = 23.87%
B = 51.36%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#524FAA (or 0x524FAA) is known color: Rich Blue. HEX triplet: 52, 4F and AA. RGB value is (82,79,170). Sum of RGB (Red+Green+Blue) = 82+79+170=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #524FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524FAA is #ADB055. Grayscale: #595959. Windows color (decimal): -11382870 or 11161426. OLE color: 11161426.

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

Color convert

RGB 82 79 170 -
CMYK 0.52 0.54 0 0.33
HSL 241.98º 0.37% 0.49% -
HSV(B) 241.98º 0.54% 0.67% -
XYZ 13.53 10.29 39.3 -
YUV 90.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 82 79 170 0.52 0.54 0 0.33 241.98 0.37 0.49
Hex 52 4F AA 34 36 0 21 F2 25 31
Octal 122 117 252 64 66 0 41 362 45 61
Binary 1010010 1001111 10101010 110100 110110 0 100001 11110010 100101 110001

Color Harmonies of #524FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524FAA

Black with #524FAA

Text Example


Text Example

White with #524FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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