Html Css Color HEX #5249AA Rich Blue

📋 copy color: '#5249AA'

red 82 ◦ green 73 ◦ blue 170

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

Shades of Rich Blue #5249AA

Tints of Rich Blue #5249AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 25.23%
G = 22.46%
B = 52.31%

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

#5249AA (or 0x5249AA) is known color: Rich Blue. HEX triplet: 52, 49 and AA. RGB value is (82,73,170). Sum of RGB (Red+Green+Blue) = 82+73+170=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #5249AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5249AA is #ADB655. Grayscale: #565656. Windows color (decimal): -11384406 or 11159890. OLE color: 11159890.

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

Color convert

RGB 82 73 170 -
CMYK 0.52 0.57 0 0.33
HSL 245.57º 0.4% 0.48% -
HSV(B) 245.57º 0.57% 0.67% -
XYZ 13.12 9.46 39.17 -
YUV 86.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 82 73 170 0.52 0.57 0 0.33 245.57 0.4 0.48
Hex 52 49 AA 34 39 0 21 F6 28 30
Octal 122 111 252 64 71 0 41 366 50 60
Binary 1010010 1001001 10101010 110100 111001 0 100001 11110110 101000 110000

Color Harmonies of #5249AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5249AA

Black with #5249AA

Text Example


Text Example

White with #5249AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5249AA; }

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

 H1.HeaderClassName
 {
   color: #5249AA;
 }
 .AnyTagClassName
 {
   color: #5249AA;
 }
</style>

background-color css

<style>
 a { background-color: #5249AA; }

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

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

border-color css

<style>
 span { border-color: #5249AA; }

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

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