Html Css Color HEX #5249AB Rich Blue

📋 copy color: '#5249AB'

red 82 ◦ green 73 ◦ blue 171

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

Shades of Rich Blue #5249AB

Tints of Rich Blue #5249AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 25.15%
G = 22.39%
B = 52.45%

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

#5249AB (or 0x5249AB) is known color: Rich Blue. HEX triplet: 52, 49 and AB. RGB value is (82,73,171). Sum of RGB (Red+Green+Blue) = 82+73+171=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5249AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5249AB is #ADB654. Grayscale: #565656. Windows color (decimal): -11384405 or 11225426. OLE color: 11225426.

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

Color convert

RGB 82 73 171 -
CMYK 0.52 0.57 0 0.33
HSL 245.51º 0.4% 0.48% -
HSV(B) 245.51º 0.57% 0.67% -
XYZ 13.21 9.5 39.67 -
YUV 86.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 82 73 171 0.52 0.57 0 0.33 245.51 0.4 0.48
Hex 52 49 AB 34 39 0 21 F6 28 30
Octal 122 111 253 64 71 0 41 366 50 60
Binary 1010010 1001001 10101011 110100 111001 0 100001 11110110 101000 110000

Color Harmonies of #5249AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5249AB

Black with #5249AB

Text Example


Text Example

White with #5249AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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