Html Css Color HEX #5249AD Rich Blue

📋 copy color: '#5249AD'

red 82 ◦ green 73 ◦ blue 173

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

Shades of Rich Blue #5249AD

Tints of Rich Blue #5249AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 25%
G = 22.26%
B = 52.74%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5249AD (or 0x5249AD) is known color: Rich Blue. HEX triplet: 52, 49 and AD. RGB value is (82,73,173). Sum of RGB (Red+Green+Blue) = 82+73+173=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #5249AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5249AD is #ADB652. Grayscale: #565656. Windows color (decimal): -11384403 or 11356498. OLE color: 11356498.

HSL color Cylindrical-coordinate representation of color #5249AD: hue angle of 245.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5249AD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 73 173 -
CMYK 0.53 0.58 0 0.32
HSL 245.4º 0.41% 0.48% -
HSV(B) 245.4º 0.58% 0.68% -
XYZ 13.41 9.58 40.68 -
YUV 87.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 82 73 173 0.53 0.58 0 0.32 245.4 0.41 0.48
Hex 52 49 AD 35 3A 0 20 F5 29 30
Octal 122 111 255 65 72 0 40 365 51 60
Binary 1010010 1001001 10101101 110101 111010 0 100000 11110101 101001 110000

Color Harmonies of #5249AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5249AD

Black with #5249AD

Text Example


Text Example

White with #5249AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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