Html Css Color HEX #5646AD Rich Blue

📋 copy color: '#5646AD'

red 86 ◦ green 70 ◦ blue 173

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

Shades of Rich Blue #5646AD

Tints of Rich Blue #5646AD

RGB

 RED value IS 86 (33.98% from 255) = 26.14%

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

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

R = 26.14%
G = 21.28%
B = 52.58%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5646AD (or 0x5646AD) is known color: Rich Blue. HEX triplet: 56, 46 and AD. RGB value is (86,70,173). Sum of RGB (Red+Green+Blue) = 86+70+173=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #5646AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5646AD is #A9B952. Grayscale: #565656. Windows color (decimal): -11123027 or 11355734. OLE color: 11355734.

HSL color Cylindrical-coordinate representation of color #5646AD: hue angle of 249.32º 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 #5646AD is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 70 173 -
CMYK 0.50 0.60 0 0.32
HSL 249.32º 0.42% 0.48% -
HSV(B) 249.32º 0.6% 0.68% -
XYZ 13.57 9.38 40.63 -
YUV 86.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 86 70 173 0.50 0.60 0 0.32 249.32 0.42 0.48
Hex 56 46 AD 32 3C 0 20 F9 2A 30
Octal 126 106 255 62 74 0 40 371 52 60
Binary 1010110 1000110 10101101 110010 111100 0 100000 11111001 101010 110000

Color Harmonies of #5646AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5646AD

Black with #5646AD

Text Example


Text Example

White with #5646AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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