Html Css Color HEX #5246AD Rich Blue

📋 copy color: '#5246AD'

red 82 ◦ green 70 ◦ blue 173

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

Shades of Rich Blue #5246AD

Tints of Rich Blue #5246AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 25.23%
G = 21.54%
B = 53.23%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5246AD (or 0x5246AD) is known color: Rich Blue. HEX triplet: 52, 46 and AD. RGB value is (82,70,173). Sum of RGB (Red+Green+Blue) = 82+70+173=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #5246AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5246AD is #ADB952. Grayscale: #545454. Windows color (decimal): -11385171 or 11355730. OLE color: 11355730.

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

Color convert

RGB 82 70 173 -
CMYK 0.53 0.60 0 0.32
HSL 246.99º 0.42% 0.48% -
HSV(B) 246.99º 0.6% 0.68% -
XYZ 13.21 9.19 40.61 -
YUV 85.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 82 70 173 0.53 0.60 0 0.32 246.99 0.42 0.48
Hex 52 46 AD 35 3C 0 20 F7 2A 30
Octal 122 106 255 65 74 0 40 367 52 60
Binary 1010010 1000110 10101101 110101 111100 0 100000 11110111 101010 110000

Color Harmonies of #5246AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5246AD

Black with #5246AD

Text Example


Text Example

White with #5246AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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